Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DMITRYT authored and DMITRYT committed Nov 29, 2024
1 parent 5d6613d commit f76b2a3
Show file tree
Hide file tree
Showing 51 changed files with 1,579 additions and 592 deletions.
20 changes: 12 additions & 8 deletions homeassistant/config/automation/auto_switcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,10 @@
state: "off"
actions:
- action: switcher_kis.turn_on_with_timer
data_template:
data:
timer_minutes: 15
target:
entity_id: switch.switcher_touch_d54f
timer_minutes: '15'
# - service: rest_command.switcher_turn_on_timer
# data_template:
# switcher_web_api_ip: !secret switcher_web_api_ip
Expand Down Expand Up @@ -202,9 +203,10 @@
state: "off"
actions:
- action: switcher_kis.turn_on_with_timer
data_template:
data:
timer_minutes: 30
target:
entity_id: switch.switcher_touch_d54f
timer_minutes: '30'
# - service: rest_command.switcher_turn_on_timer
# data_template:
# switcher_web_api_ip: !secret switcher_web_api_ip
Expand Down Expand Up @@ -237,9 +239,10 @@
state: "off"
actions:
- action: switcher_kis.turn_on_with_timer
data_template:
data:
timer_minutes: 45
target:
entity_id: switch.switcher_touch_d54f
timer_minutes: '45'
# - service: rest_command.switcher_turn_on_timer
# data_template:
# switcher_web_api_ip: !secret switcher_web_api_ip
Expand Down Expand Up @@ -272,9 +275,10 @@
state: "off"
actions:
- action: switcher_kis.turn_on_with_timer
data_template:
data:
timer_minutes: 60
target:
entity_id: switch.switcher_touch_d54f
timer_minutes: '60'
# - service: rest_command.switcher_turn_on_timer
# data_template:
# switcher_web_api_ip: !secret switcher_web_api_ip
Expand Down
Loading

0 comments on commit f76b2a3

Please sign in to comment.