hass-core/tests/components/homekit
J. Nick Koston 41f602c3df
Fix loss of ability to control white channel in HomeKit on RGB&W lights ()
* Fix loss of ability to control white channel in HomeKit on RGB&W lights

- Fix white channel missing from RGB/W lights

- Fix temp missing from RGB/CW lights

- Fixes 

* cover the missing case

* bright fix

* force brightness notify on color mode change as well
2022-02-06 14:12:30 -08:00
..
fixtures Move fixtures part 1 () 2021-11-01 20:47:05 -07:00
__init__.py
conftest.py Support device triggers in HomeKit () 2021-08-25 16:47:39 +02:00
test_accessories.py Add hardware revision support to homekit () 2022-01-04 16:19:12 +01:00
test_aidmanager.py Spelling fixes () 2021-06-11 13:35:03 +02:00
test_config_flow.py Add entity category support to HomeKit () 2022-01-19 21:48:50 -10:00
test_diagnostics.py Add diagnostics support to HomeKit () 2022-02-06 14:02:07 -08:00
test_get_accessories.py Add input_button support to HomeKit () 2021-12-22 13:23:57 -10:00
test_homekit.py Add entity category support to HomeKit () 2022-01-19 21:48:50 -10:00
test_init.py Mock out network.util.async_get_source_ip in tests () 2021-09-17 21:40:58 -10:00
test_type_cameras.py Use DeviceClass Enums in homekit () 2021-12-20 12:53:44 -06:00
test_type_covers.py Fix HomeKit covers with device class window and no tilt () 2021-12-12 14:10:40 -08:00
test_type_fans.py Remove legacy executor usage from HomeKit tests () 2021-11-22 22:37:28 -06:00
test_type_humidifiers.py Fix humidifier state error in HomeKit () 2022-01-16 19:03:54 -10:00
test_type_lights.py Fix loss of ability to control white channel in HomeKit on RGB&W lights () 2022-02-06 14:12:30 -08:00
test_type_locks.py Remove legacy executor usage from HomeKit tests () 2021-11-22 22:37:28 -06:00
test_type_media_players.py Use DeviceClass Enums in homekit () 2021-12-20 12:53:44 -06:00
test_type_remote.py Cleanup HomeKit names to avoid unknown error when adding () 2021-12-27 09:53:33 +01:00
test_type_security_systems.py Fix invalid homekit state when arming () 2021-07-28 16:09:49 -07:00
test_type_sensors.py Cleanup HomeKit names to avoid unknown error when adding () 2021-12-27 09:53:33 +01:00
test_type_switches.py Add input_button support to HomeKit () 2021-12-22 13:23:57 -10:00
test_type_thermostats.py Convert siri requests for target heating cooling state auto to a valid mode () 2022-01-12 15:06:09 -08:00
test_type_triggers.py Add turned on or off device trigger to toggle entity () 2022-01-03 10:41:30 +01:00
test_util.py Add hardware revision support to homekit () 2022-01-04 16:19:12 +01:00
util.py