diff --git a/groups.yaml b/groups.yaml index eecd82f..cff3e58 100644 --- a/groups.yaml +++ b/groups.yaml @@ -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: diff --git a/packages/sunrise.yaml b/packages/sunrise.yaml index 0e5e25e..45fe87e 100644 --- a/packages/sunrise.yaml +++ b/packages/sunrise.yaml @@ -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] diff --git a/scenes.yaml b/scenes.yaml index 97ceaa8..757bb6d 100644 --- a/scenes.yaml +++ b/scenes.yaml @@ -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]