hass-core/homeassistant/components/deconz
Robert Svensson 96c4e33b24
Parametrize deCONZ binary sensors (#65012)
* Improve test coverage prior to improving deCONZ binary sensor platform

* Define all relevant binary sensors as DeconzBinarySensorDescription

* Fix review comment

* Allow providing extra update keys if sensor provides extra attributes

* Minor touch up of naming

* Remove duplicate assert
2022-02-04 12:58:07 +01:00
..
translations [ci skip] Translation update 2022-01-31 00:14:28 +00:00
__init__.py Add typing to deCONZ init and config flow (#59999) 2021-12-01 18:59:52 +01:00
alarm_control_panel.py
binary_sensor.py Parametrize deCONZ binary sensors (#65012) 2022-02-04 12:58:07 +01:00
climate.py
config_flow.py Expose deCONZ configuration url from discovered entry (#64519) 2022-01-20 13:46:22 +01:00
const.py Expose deCONZ configuration url from discovered entry (#64519) 2022-01-20 13:46:22 +01:00
cover.py Use new enums in deconz (#61343) 2021-12-09 13:23:01 +01:00
deconz_device.py
deconz_event.py
device_trigger.py
diagnostics.py Use whole config entry in deCONZ diagnostics (#64795) 2022-01-23 23:14:02 +01:00
errors.py
fan.py
gateway.py Add type hints for config entry update listeners (#65412) 2022-02-02 03:36:04 -06:00
light.py Fix deconz light service parameter handling (#62128) 2021-12-22 09:29:54 +01:00
lock.py
logbook.py
manifest.json Add loggers to integration manifest.json (#65083) 2022-01-28 13:37:53 -08:00
number.py Use new enums in deconz (#61343) 2021-12-09 13:23:01 +01:00
scene.py Add logic to avoid creating the same scene multiple times (#65207) 2022-01-30 01:11:28 +02:00
sensor.py Add low battery binary sensor to deCONZ integration (#64168) 2022-01-17 22:35:20 +01:00
services.py Use relative imports [A-H] (#61574) 2021-12-13 20:03:01 +01:00
services.yaml
siren.py
strings.json
switch.py