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:
- light.correls_nightstand
- light.stephanies_nightstand
- light.standing_lamp
- light.bedroom_lamp
- scene.colorful
- scene.speed_of_sound_sonic
consoles:

View File

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

View File

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