You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For an RGBW MQTT light, configurations with white_value = true in configuration.yaml give an error in HA
the expected formats are: rgbw_state_topic string (optional) The MQTT topic subscribed to receive RGBW state updates. The expected payload is the RGBW values separated by commas, for example, 255,0,127,64.
or, for JSON, a key in the format: "color":{"r":0,"g":121,"b":6,"w":255}
When you select a value with the White slider, HA throws an error saying white_value is undefined
Really nice widget, hope you have time to pick this issue up!
The text was updated successfully, but these errors were encountered:
For an RGBW MQTT light, configurations with
white_value = true
in configuration.yaml give an error in HAthe expected formats are:
rgbw_state_topic string (optional)
The MQTT topic subscribed to receive RGBW state updates. The expected payload is the RGBW values separated by commas, for example, 255,0,127,64.
or, for JSON, a key in the format:
"color":{"r":0,"g":121,"b":6,"w":255}
When you select a value with the White slider, HA throws an error saying white_value is undefined
Really nice widget, hope you have time to pick this issue up!
The text was updated successfully, but these errors were encountered: