Skip to content

Commit

Permalink
changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
fonske committed Jun 2, 2024
1 parent c64bc7c commit 9d84f39
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion home_assistant/clack_en_backwash2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,27 @@ input_select:
- Fill
- Idle
initial: Idle


input_boolean:
brine_almost_finished:
name: Brine Almost Finished
initial: off
icon: mdi:timer-sand
clack_manual_regen:
name: Clack Manual Regen
initial: off
icon: mdi:water-pump-off

input_number:
brine_alert_time:
name: Brine Alert Time Before Finish
initial: 5
min: 1
max: 10
step: 1
unit_of_measurement: 'minutes'
icon: mdi:timer-outline

#-----------
#TIMERS
#-----------
Expand Down
2 changes: 1 addition & 1 deletion home_assistant/lovelace_menu_en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ views:
- entity: binary_sensor.clack_watermeter_pulse
name: Watermeter pulse
- entity: binary_sensor.clack_regeneration_pulse
name: Regeneration puls
name: Regeneration pulse
- entity: button.clack_test_button_use_pulse
name: Test button use pulse
- entity: button.clack_test_button_regen_pulse
Expand Down

0 comments on commit 9d84f39

Please sign in to comment.