Fix incorrect naptime climate mode for E's room, close #165

This commit is contained in:
2023-11-06 23:38:11 -05:00
parent 2d59ae5043
commit f8ecfb490e
2 changed files with 8 additions and 0 deletions

View File

@ -675,6 +675,11 @@ script:
entity_id: input_datetime.emma_wakeup
data:
time: "{{ states('input_datetime.master_bedroom_wakeup') }}"
- service: input_select.select_option
target:
entity_id: input_select.naptime_climate_mode_emma_aircon
data:
option: "{{ states('input_select.scheduled_climate_mode_emma_aircon') }}"
- service: input_boolean.turn_on
target:
entity_id: input_boolean.emma_scheduling_morning_ran