mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
Improve scenes
This commit is contained in:
@@ -1,43 +1,72 @@
|
||||
script:
|
||||
scene_bedroom_neon:
|
||||
apply_bedroom_ambient_neon:
|
||||
sequence:
|
||||
- service: light.turn_off
|
||||
entity_id: light.bed_led
|
||||
- delay: "00:00:03"
|
||||
- service: scene.turn_on
|
||||
entity_id: scene.bedroom_ambient_neon
|
||||
apply_bedroom_neon:
|
||||
sequence:
|
||||
- service: light.turn_off
|
||||
entity_id: light.bed_led
|
||||
- delay: "00:00:03"
|
||||
- service: scene.turn_on
|
||||
entity_id: scene.bedroom_neon
|
||||
|
||||
scene:
|
||||
- name: Bedroom Ambient Neon
|
||||
icon: "mdi:weather-night"
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
entity_id: light.master_bedroom_main
|
||||
data:
|
||||
rgb_color: [255, 0, 190]
|
||||
brightness_pct: 40
|
||||
- service: light.turn_on
|
||||
entity_id: light.bedside
|
||||
data:
|
||||
xy_color: [0.384, 0.159]
|
||||
brightness_pct: 1
|
||||
- service: light.turn_on
|
||||
entity_id: light.bed_led
|
||||
data:
|
||||
rgb_color: [0, 255, 190]
|
||||
brightness_pct: 100
|
||||
- service: light.turn_on
|
||||
entity_id: light.bed_led
|
||||
data:
|
||||
rgb_color: [0, 255, 190]
|
||||
- delay: 00:00:05
|
||||
- service: light.turn_on
|
||||
entity_id: light.bed_led
|
||||
entities:
|
||||
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 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
|
||||
|
||||
scene_bedroom_regular:
|
||||
- name: Bedroom Ambient Default
|
||||
icon: "mdi:weather-sunny"
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
entity_id:
|
||||
- light.master_bedroom_main
|
||||
- light.bed_led
|
||||
data:
|
||||
color_temp: 500
|
||||
brightness_pct: 100
|
||||
- service: light.turn_on
|
||||
entity_id: light.bedside
|
||||
data:
|
||||
color_temp: 500
|
||||
brightness_pct: 20
|
||||
entities:
|
||||
light.bedside:
|
||||
state: "on"
|
||||
color_temp: 359
|
||||
brightness: 255
|
||||
light.bed_led:
|
||||
state: "on"
|
||||
color_temp: 500
|
||||
brightness: 255
|
||||
|
||||
- name: Bedroom Default
|
||||
icon: "mdi:weather-sunny"
|
||||
entities:
|
||||
light.master_bedroom_main:
|
||||
state: "on"
|
||||
brightness: 255
|
||||
color_temp: 500
|
||||
light.bedside:
|
||||
state: "on"
|
||||
color_temp: 359
|
||||
brightness: 255
|
||||
light.bed_led:
|
||||
state: "on"
|
||||
color_temp: 500
|
||||
brightness: 255
|
||||
|
||||
@@ -1,14 +1,23 @@
|
||||
script:
|
||||
scene_living_room_ambient_neon:
|
||||
scene:
|
||||
- name: Living Room Ambient Neon
|
||||
icon: "mdi:weather-night"
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
entity_id: light.light_avatar_small_1
|
||||
data:
|
||||
xy_color: [0.668, 0.284]
|
||||
brightness_pct: 80
|
||||
- service: light.turn_on
|
||||
entity_id: light.living_room_ambient_main
|
||||
data:
|
||||
rgb_color: [0, 255, 190]
|
||||
brightness_pct: 100
|
||||
entities:
|
||||
light.light_avatar_small_1:
|
||||
state: "on"
|
||||
xy_color: [0.668, 0.284]
|
||||
brightness_pct: 80
|
||||
light.living_room_ambient_main:
|
||||
state: "on"
|
||||
rgb_color: [0, 255, 190]
|
||||
brightness_pct: 100
|
||||
- name: Living Room Ambient Default
|
||||
icon: "mdi:weather-sunny"
|
||||
entities:
|
||||
light.light_avatar_small_1:
|
||||
state: "on"
|
||||
white_value: 255
|
||||
brightness_pct: 100
|
||||
light.living_room_ambient_main:
|
||||
state: "on"
|
||||
color_temp: 284
|
||||
brightness_pct: 80
|
||||
|
||||
Reference in New Issue
Block a user