core/homeassistant/components/template
Vaarlion 3929b0163c
Add RGB, RGBW and RGBWW capability to template.light (#86047)
* Add RGB, RGBW and RGBWW capability to template.light

Add the required unit test

Mute 'LightTemplate.async_turn_on' is too complex

Rename all HS color mode from a generic "Color" name to a specific "HS" name

* Bring back legacy "color" keyword

* Cleanup unrequested commented test

* Increase code coverage to 100%

* Remove confusing if that should never be false

* Apply suggestions from code review

---------

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2023-11-22 08:15:26 +01:00
..
__init__.py
alarm_control_panel.py
binary_sensor.py
button.py
config.py
config_flow.py
const.py
coordinator.py
cover.py
fan.py
image.py
light.py
lock.py
manifest.json
number.py
select.py
sensor.py
services.yaml
strings.json
switch.py
template_entity.py
trigger.py
trigger_entity.py
vacuum.py
weather.py