Rename bedroom lamp

This commit is contained in:
Correl Roush 2021-02-16 23:48:32 -05:00
parent 6bb7bdeafb
commit 203932f99e
3 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ bedroom_lights:
entities: entities:
- light.correls_nightstand - light.correls_nightstand
- light.stephanies_nightstand - light.stephanies_nightstand
- light.standing_lamp - light.bedroom_lamp
- scene.colorful - scene.colorful
- scene.speed_of_sound_sonic - scene.speed_of_sound_sonic
consoles: consoles:

View File

@ -1,7 +1,7 @@
scene: scene:
- name: Dawn Sun - name: Dawn Sun
entities: entities:
light.standing_lamp: light.bedroom_lamp:
state: on state: on
brightness: 1 brightness: 1
xy_color: [0.6042, 0.3739] xy_color: [0.6042, 0.3739]

View File

@ -48,7 +48,7 @@
# Bedroom # Bedroom
- name: Colorful - name: Colorful
entities: entities:
light.standing_lamp: light.bedroom_lamp:
state: on state: on
brightness: 212 brightness: 212
xy_color: [0.451,0.3803] xy_color: [0.451,0.3803]
@ -62,7 +62,7 @@
xy_color: [0.3788,0.5431] xy_color: [0.3788,0.5431]
- name: Speed of Sound Sonic - name: Speed of Sound Sonic
entities: entities:
light.standing_lamp: light.bedroom_lamp:
state: on state: on
brightness: 92 brightness: 92
xy_color: [0.324,0.154] xy_color: [0.324,0.154]