mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-07 18:28:43 +00:00
More scenes
This commit is contained in:
@@ -10,9 +10,17 @@ script:
|
|||||||
sequence:
|
sequence:
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
entity_id: light.bed_led
|
entity_id: light.bed_led
|
||||||
|
- service: light.turn_on
|
||||||
|
entity_id: light.master_bedroom_main
|
||||||
|
- delay: "00:00:01"
|
||||||
|
- service: light.turn_on
|
||||||
|
entity_id: light.master_bedroom_main
|
||||||
|
data:
|
||||||
|
rgb_color: [255, 0, 63]
|
||||||
|
brightness: 153
|
||||||
- delay: "00:00:03"
|
- delay: "00:00:03"
|
||||||
- service: scene.turn_on
|
- service: scene.turn_on
|
||||||
entity_id: scene.bedroom_neon
|
entity_id: scene.bedroom_ambient_neon
|
||||||
|
|
||||||
scene:
|
scene:
|
||||||
- name: Bedroom Ambient Neon
|
- name: Bedroom Ambient Neon
|
||||||
@@ -27,22 +35,6 @@ scene:
|
|||||||
xy_color: [0.66, 0.28]
|
xy_color: [0.66, 0.28]
|
||||||
brightness: 254
|
brightness: 254
|
||||||
|
|
||||||
- name: Bedroom Neon
|
|
||||||
icon: "mdi:weather-night"
|
|
||||||
entities:
|
|
||||||
light.master_bedroom_main:
|
|
||||||
state: "on"
|
|
||||||
brightness: 153
|
|
||||||
hs_color: [345, 100]
|
|
||||||
light.bedside:
|
|
||||||
state: "on"
|
|
||||||
rgb_color: [0, 255, 190]
|
|
||||||
brightness: 230
|
|
||||||
light.bed_led:
|
|
||||||
state: "on"
|
|
||||||
xy_color: [0.66, 0.28]
|
|
||||||
brightness: 254
|
|
||||||
|
|
||||||
- name: Bedroom Ambient Default
|
- name: Bedroom Ambient Default
|
||||||
icon: "mdi:weather-sunny"
|
icon: "mdi:weather-sunny"
|
||||||
entities:
|
entities:
|
||||||
|
|||||||
Reference in New Issue
Block a user