mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
Fix night lights
This commit is contained in:
@@ -24,13 +24,10 @@ automation:
|
|||||||
brightness_pct: 100
|
brightness_pct: 100
|
||||||
# Night Mode
|
# Night Mode
|
||||||
default:
|
default:
|
||||||
- service: light.turn_on
|
|
||||||
entity_id: light.osram_4
|
|
||||||
data:
|
|
||||||
brightness_pct: 30
|
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id:
|
entity_id:
|
||||||
- light.hue_white_1
|
- light.hue_white_1
|
||||||
|
- light.hue_1
|
||||||
- light.browser_hallway
|
- light.browser_hallway
|
||||||
data:
|
data:
|
||||||
brightness_pct: 1
|
brightness_pct: 1
|
||||||
@@ -59,7 +56,7 @@ automation:
|
|||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
entity_id:
|
entity_id:
|
||||||
- light.hue_white_1
|
- light.hue_white_1
|
||||||
- light.osram_4
|
- light.hue_1
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id: light.browser_hallway
|
entity_id: light.browser_hallway
|
||||||
data:
|
data:
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ automation:
|
|||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id:
|
entity_id:
|
||||||
- light.ledvance_1
|
- light.ledvance_1
|
||||||
- light.hue_1
|
- light.hue_ambiance_1
|
||||||
- light.browser_kitchen
|
- light.browser_kitchen
|
||||||
data:
|
data:
|
||||||
brightness_pct: 1
|
brightness_pct: 1
|
||||||
@@ -68,13 +68,13 @@ automation:
|
|||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id:
|
entity_id:
|
||||||
- light.ledvance_1
|
- light.ledvance_1
|
||||||
- light.hue_1
|
- light.hue_ambiance_1
|
||||||
data:
|
data:
|
||||||
brightness_pct: 100
|
brightness_pct: 100
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
entity_id:
|
entity_id:
|
||||||
- light.ledvance_1
|
- light.ledvance_1
|
||||||
- light.hue_1
|
- light.hue_ambiance_1
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id: light.browser_kitchen
|
entity_id: light.browser_kitchen
|
||||||
data:
|
data:
|
||||||
|
|||||||
Reference in New Issue
Block a user