Skip to content

Commit

Permalink
Fix incorrect light when changing scene for ambient lights in kitchen.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannytsang committed Nov 19, 2024
1 parent 89de6c7 commit a5316bc
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions packages/rooms/kitchen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -944,31 +944,7 @@ scene:
name: Kitchen Ambient Lights Off
icon: "mdi:lightbulb-spot-off"
entities:
light.kitchen_cooker_white:
min_color_temp_kelvin: 2702
max_color_temp_kelvin: 6535
min_mireds: 153
max_mireds: 370
supported_color_modes:
- color_temp
color_mode: color_temp
brightness: 10
color_temp_kelvin: 2702
color_temp: 370
hs_color:
- 28.391
- 65.659
rgb_color:
- 255
- 166
- 87
xy_color:
- 0.526
- 0.387
friendly_name: Kitchen Cooker
supported_features: 40
state: "off"
light.kitchen_table_white:
light.kitchen_ambient_lights:
min_color_temp_kelvin: 2702
max_color_temp_kelvin: 6535
min_mireds: 153
Expand Down

0 comments on commit a5316bc

Please sign in to comment.