bokub / rgb-light-card

💡 A Lovelace custom card for RGB lights
MIT License
412 stars 24 forks source link

Phillips Hue color_temp values #57

Closed beachie13 closed 2 years ago

beachie13 commented 2 years ago

color_temp is supported by my philips hue bulbs but if I use color_temp with a value of 355 I get a failed to call service error. Is there a particular way to address color temp value for Phillips hue.

bokub commented 2 years ago

Hi, color_temp isn't supposed to be an array.

Here is an example of a correct configuration:

- color_temp: 355
  brightness: 100
  transition: 1
bokub commented 2 years ago

Hello,

It looks like you have nothing else to say, so I'll close this issue. You can re-open it if you need help.