Skip to content

Commit

Permalink
put back tiem condition
Browse files Browse the repository at this point in the history
  • Loading branch information
yp87 committed Nov 7, 2024
1 parent 0e1cd0c commit c8296df
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions hass/automation/appliances/blinds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,12 @@
entity_id: switch.vertical_toggle_control_office
- alias: Turn on office blind control in the morning on work from home days
id: turn_on_office_blind_in_the_morning
id: turn_on_office_blind_control_in_the_morning_on_work_from_home_days
trigger:
- platform: time
at: "07:00:00"
condition:
- condition: time
weekday:
- mon
- wed
Expand All @@ -107,10 +109,12 @@
entity_id: switch.vertical_toggle_control_office

- alias: Turn off office blind control in the evening on work from home days
id: turn_off_office_blind_in_the_evening
id: turn_off_office_blind_control_in_the_evening_on_work_from_home_days
trigger:
- platform: time
at: "16:20:00"
condition:
- condition: time
weekday:
- mon
- wed
Expand Down

0 comments on commit c8296df

Please sign in to comment.