Add support for HSV encoded color lights (#90)
* Add support for HSV encoded color light * Add debug logs for entity config * Unset color when going to white mode
This commit is contained in:
@@ -56,10 +56,12 @@
|
||||
"scaling": "Scaling Factor",
|
||||
"state_on": "On Value",
|
||||
"state_off": "Off Value",
|
||||
"brightness": "Brightness",
|
||||
"brightness": "Brightness (only for white color)",
|
||||
"brightness_lower": "Brightness Lower Value",
|
||||
"brightness_upper": "Brightness Upper Value",
|
||||
"color_temp": "Color Temperature"
|
||||
"color_temp": "Color Temperature",
|
||||
"color": "Color",
|
||||
"color_mode": "Color Mode"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -96,10 +98,12 @@
|
||||
"scaling": "Scaling Factor",
|
||||
"state_on": "On Value",
|
||||
"state_off": "Off Value",
|
||||
"brightness": "Brightness",
|
||||
"brightness": "Brightness (only for white color)",
|
||||
"brightness_lower": "Brightness Lower Value",
|
||||
"brightness_upper": "Brightness Upper Value",
|
||||
"color_temp": "Color Temperature"
|
||||
"color_temp": "Color Temperature",
|
||||
"color": "Color",
|
||||
"color_mode": "Color Mode"
|
||||
}
|
||||
},
|
||||
"yaml_import": {
|
||||
|
Reference in New Issue
Block a user