core/tests/components/deconz
Robert Svensson c2f026d0a7
Minor deCONZ clean up (#76323)
* Rename secondary_temperature with internal_temperature

* Prefix binary and sensor descriptions matching on all sensor devices with COMMON_

* Always create entities in the same order

Its been reported previously that if the integration is removed and setup again that entity IDs can change if not sorted in the numerical order

* Rename alarmsystems to alarm_systems

* Use websocket enums

* Don't use legacy pydeconz constants

* Bump pydeconz to v103

* unsub -> unsubscribe
2022-08-06 01:34:27 +02:00
..
__init__.py
conftest.py Minor deCONZ clean up (#76323) 2022-08-06 01:34:27 +02:00
test_alarm_control_panel.py More enums in deCONZ Alarm Control Panel (#73800) 2022-06-22 23:02:34 +02:00
test_binary_sensor.py Normalize deCONZ binary sensor unique IDs (#73657) 2022-06-28 13:45:25 -07:00
test_button.py Add Button platform to deCONZ integration (#65700) 2022-02-16 17:55:30 +01:00
test_climate.py Use climate enums in deconz (#70630) 2022-04-25 16:18:44 +02:00
test_config_flow.py Use FlowResultType in deCONZ config flow tests (#74495) 2022-07-06 09:45:30 +02:00
test_cover.py Use pydeconz interface controls for cover platform (#74535) 2022-07-07 00:31:47 +02:00
test_deconz_event.py More enums in deCONZ Alarm Control Panel (#73800) 2022-06-22 23:02:34 +02:00
test_device_trigger.py Mark device triggers from hidden or auxiliary entities as secondary (#70335) 2022-04-21 08:01:32 +02:00
test_diagnostics.py Minor deCONZ clean up (#76323) 2022-08-06 01:34:27 +02:00
test_fan.py Complete fan speed transition from #59781 (#67743) 2022-03-09 10:38:12 +01:00
test_gateway.py Minor deCONZ clean up (#76323) 2022-08-06 01:34:27 +02:00
test_init.py Make type checking pass for deCONZ init, gateway and services (#66054) 2022-02-23 13:10:35 +01:00
test_light.py Use light enums in tests (#70801) 2022-04-26 16:32:00 +02:00
test_lock.py
test_logbook.py Clean up accessing device_registry helpers via hass (#72031) 2022-05-17 12:22:15 -07:00
test_number.py Adapt deCONZ number platform to align with updated design of binary sensor and sensor platforms (#65248) 2022-02-08 23:03:37 +01:00
test_scene.py Streamline setup of deCONZ scene platform (#70700) 2022-04-26 11:42:56 +02:00
test_sensor.py Bump deconz dependency to fix #74523 (#74710) 2022-07-08 12:54:09 +02:00
test_services.py Bump pydeconz to v88 (#69369) 2022-04-05 13:44:04 -07:00
test_siren.py Remove migration of entities from deCONZ switch to siren platform (#70600) 2022-04-24 23:32:13 +02:00
test_switch.py Mark type "On/Off Switch" as a deCONZ switch entity (#70598) 2022-04-25 08:25:38 +02:00