Skip to content

Commit

Permalink
update windows
Browse files Browse the repository at this point in the history
  • Loading branch information
flacjacket committed Feb 8, 2024
1 parent f381adb commit dc27917
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions home_assistant/automations/shades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,20 +170,20 @@
- cover.office_left_shade
- cover.office_right_shade
direction: Down
- alias: "[Shades] Bedroom Shades Up - morning"
id: bedroom_shades_up2
trigger:
- platform: time
at: "9:00:00"
action:
- service: script.move_shades
data:
shade_entities:
entity_id:
- cover.master_bedroom_side_shade
# - cover.master_bedroom_left_shade
# - cover.master_bedroom_right_shade
direction: Up
#- alias: "[Shades] Bedroom Shades Up - morning"
# id: bedroom_shades_up2
# trigger:
# - platform: time
# at: "9:00:00"
# action:
# - service: script.move_shades
# data:
# shade_entities:
# entity_id:
# - cover.master_bedroom_side_shade
# # - cover.master_bedroom_left_shade
# # - cover.master_bedroom_right_shade
# direction: Up
- alias: "[Shades] Bedroom Shades Up - afternoon"
id: bedroom_shades_up
trigger:
Expand Down

0 comments on commit dc27917

Please sign in to comment.