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:
Pierre Ståhl
2020-10-26 12:09:31 +01:00
committed by GitHub
parent f3cfde0308
commit d783293a21
4 changed files with 72 additions and 21 deletions

View File

@@ -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": {