mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
Fix purifier
This commit is contained in:
@@ -9,9 +9,9 @@ script:
|
||||
entity_id: light.bedside
|
||||
- service: script.bed_led_on
|
||||
- service: input_select.select_option
|
||||
entity_id: input_select.purifier_speed
|
||||
entity_id: input_select.purifier_preset_mode
|
||||
data:
|
||||
option: "Sleep Mode"
|
||||
option: "sleep"
|
||||
|
||||
- service: light.turn_off
|
||||
entity_id: light.master_bedroom_main
|
||||
|
||||
@@ -20,9 +20,9 @@ script:
|
||||
- service: fan.turn_on
|
||||
entity_id: fan.philips_airpurifier
|
||||
- service: input_select.select_option
|
||||
entity_id: input_select.purifier_speed
|
||||
entity_id: input_select.purifier_preset_mode
|
||||
data:
|
||||
option: "Sleep Mode"
|
||||
option: "sleep"
|
||||
- service: homeassistant.turn_off
|
||||
entity_id:
|
||||
- light.all
|
||||
|
||||
Reference in New Issue
Block a user