mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
Add preferences support
This commit is contained in:
@@ -13,8 +13,8 @@ script:
|
||||
- delay: 00:00:02
|
||||
- service: light.turn_on
|
||||
entity_id: light.light_lohas_6
|
||||
data:
|
||||
color_temp: 154
|
||||
data_template:
|
||||
color_temp: "{{ states('input_number.guest_bedroom_light_temp') }}"
|
||||
- service: scene.turn_on
|
||||
entity_id: scene.guest_bedroom_before_confirm
|
||||
- delay: 00:00:01
|
||||
|
||||
@@ -57,6 +57,7 @@ automation:
|
||||
entity_id:
|
||||
- light.hue_white_1
|
||||
- light.hue_1
|
||||
- light.hallway
|
||||
- service: light.turn_on
|
||||
entity_id: light.browser_hallway
|
||||
data:
|
||||
|
||||
@@ -33,7 +33,9 @@ automation:
|
||||
entity_id: sensor.dark_sky_cloud_coverage
|
||||
above: 80
|
||||
- service: light.turn_on
|
||||
entity_id: light.kitchen
|
||||
entity_id:
|
||||
- light.kitchen_main
|
||||
- light.kitchen_secondary
|
||||
data:
|
||||
brightness_pct: 100
|
||||
# Turn on in Night Mode
|
||||
@@ -71,6 +73,8 @@ automation:
|
||||
entity_id:
|
||||
- light.ledvance_1
|
||||
- light.hue_ambiance_1
|
||||
- light.kitchen_main
|
||||
- light.kitchen_secondary
|
||||
- service: light.turn_on
|
||||
entity_id: light.browser_kitchen
|
||||
data:
|
||||
|
||||
Reference in New Issue
Block a user