core/tests/components/deconz
schmyd f135d77a27
Fix deconz light service parameter handling (#62128)
* Only check presence of values, not their content

* Add tests

* Revert "Only check presence of values, not their content"

This reverts commit 046f0ed5fd.

* Validate existence of keys, not their values

* Properly handle cases of missing keys
2021-12-22 09:29:54 +01:00
..
__init__.py
conftest.py
test_alarm_control_panel.py
test_binary_sensor.py Use DeviceClass Enums in deconz tests (#62114) 2021-12-16 21:46:01 +01:00
test_climate.py Add typing to deCONZ Climate and Cover platforms (#59610) 2021-11-17 15:08:37 +01:00
test_config_flow.py Use dataclass for HassioServiceInfo (#60824) 2021-12-03 14:05:56 +01:00
test_cover.py
test_deconz_event.py
test_device_trigger.py Use DeviceAutomationType in tests/components/[a-f]* (#62440) 2021-12-20 22:26:29 +01:00
test_fan.py
test_gateway.py Use dataclass properties in deconz discovery (#60690) 2021-12-01 19:38:20 +01:00
test_init.py
test_light.py Fix deconz light service parameter handling (#62128) 2021-12-22 09:29:54 +01:00
test_lock.py
test_logbook.py
test_number.py Add deCONZ number config entity for Hue motion sensor delay (#58076) 2021-10-20 11:23:24 +02:00
test_scene.py
test_sensor.py Use DeviceClass Enums in deconz tests (#62114) 2021-12-16 21:46:01 +01:00
test_services.py Add typing to deCONZ init and config flow (#59999) 2021-12-01 18:59:52 +01:00
test_siren.py
test_switch.py