hass-core/tests/components/template
Vaarlion 3929b0163c
Add RGB, RGBW and RGBWW capability to template.light ()
* 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
..
fixtures
snapshots Deprecate weather.get_forecast () 2023-11-19 20:44:02 +01:00
__init__.py
conftest.py Enable Ruff PT022 () 2023-01-27 13:57:06 +01:00
test_alarm_control_panel.py Improve errors for component configuration with missing keys () 2023-11-15 10:47:05 +01:00
test_binary_sensor.py Add explicit test of template config entry setup () 2023-08-30 19:56:34 +02:00
test_button.py Python 3.10 support cleanups () 2023-08-21 19:14:07 +02:00
test_config_flow.py Send template render errors to template helper preview () 2023-09-06 16:07:05 +02:00
test_cover.py Improve formatting of component errors () 2023-11-17 23:01:00 +01:00
test_fan.py Add type hints to integration tests (part 22) () 2023-02-16 14:08:03 +01:00
test_image.py Ruff: isort don't split imports based on trailing comma () 2023-08-10 14:27:03 +02:00
test_init.py Add type hints to integration tests (part 22) () 2023-02-16 14:08:03 +01:00
test_light.py Add RGB, RGBW and RGBWW capability to template.light () 2023-11-22 08:15:26 +01:00
test_lock.py Add type hints to integration tests (part 22) () 2023-02-16 14:08:03 +01:00
test_manual_trigger_entity.py Move TemplateEntity to template () 2023-08-24 15:37:04 +02:00
test_number.py Add type hints to integration tests (part 22) () 2023-02-16 14:08:03 +01:00
test_select.py Add type hints to integration tests (part 22) () 2023-02-16 14:08:03 +01:00
test_sensor.py Fix TriggerEntity.async_added_to_hass () 2023-09-11 14:33:43 +02:00
test_switch.py Add type hints to integration tests (part 22) () 2023-02-16 14:08:03 +01:00
test_template_entity.py Add type hints to integration tests (t-z) () 2023-02-08 19:10:53 +01:00
test_trigger.py Set automations which fail validation unavailable () 2023-06-27 18:23:33 +02:00
test_vacuum.py Check supported features in calls to vacuum services () 2023-07-10 13:05:47 +02:00
test_weather.py Deprecate weather.get_forecast () 2023-11-19 20:44:02 +01:00