core/tests/components/light
Erik Montnemery e9b746e874
Add turned on or off device trigger to toggle entity (#61089)
* Add turned on or off device trigger to toggle entity

* Renamed changed_states trigger to toggled

* Adjust tests

* Fix homekit triggers test

* Add tests

* Adjust tests after rebase

Co-authored-by: J. Nick Koston <nick@koston.org>
2022-01-03 10:41:30 +01:00
..
__init__.py
common.py Add support for color_mode white to tasmota light (#51608) 2021-06-08 17:43:04 +02:00
conftest.py
test_device_action.py Remaining DeviceAutomationType bits (#62508) 2021-12-21 20:05:48 +02:00
test_device_condition.py Remaining DeviceAutomationType bits (#62508) 2021-12-21 20:05:48 +02:00
test_device_trigger.py Add turned on or off device trigger to toggle entity (#61089) 2022-01-03 10:41:30 +01:00
test_init.py Handle color temp to RGBWW conversion (#61473) 2021-12-16 05:39:33 -06:00
test_intent.py Update light intents to check supported_color_modes (#50625) 2021-05-14 14:23:29 -07:00
test_reproduce_state.py Revert "Improve light scene support for white mode (#53768)" (#53782) 2021-07-30 21:10:32 -07:00
test_significant_change.py