hass-core/homeassistant/components/deconz
Joost Lekkerkerker 99a65fb45b
Collapse supported features list in Deconz (#99233)
* Use shorthand attributes for Deconz

* revert changes
2023-08-30 23:57:23 +02:00
..
__init__.py
alarm_control_panel.py
binary_sensor.py Move EntityCategory to homeassistant.const (#87792) 2023-02-09 20:15:37 +01:00
button.py Move EntityCategory to homeassistant.const (#87792) 2023-02-09 20:15:37 +01:00
climate.py
config_flow.py Use asyncio.timeout [b-e] (#98448) 2023-08-15 08:30:20 -05:00
const.py
cover.py Collapse supported features list in Deconz (#99233) 2023-08-30 23:57:23 +02:00
deconz_device.py Move DeviceInfo from entity to device registry (#98149) 2023-08-10 22:04:26 -04:00
deconz_event.py
device_trigger.py Add new zigbee button SONOFF_SNZB_01P to deconz (#99205) 2023-08-29 09:17:27 +02:00
diagnostics.py
errors.py
fan.py Collapse supported features list in Deconz (#99233) 2023-08-30 23:57:23 +02:00
gateway.py Use asyncio.timeout [b-e] (#98448) 2023-08-15 08:30:20 -05:00
light.py Collapse supported features list in Deconz (#99233) 2023-08-30 23:57:23 +02:00
lock.py Update Union typing (1) [Py310] (#86424) 2023-01-23 08:38:45 +01:00
logbook.py Fix missing interface key in deCONZ logbook (#86684) 2023-01-26 11:44:01 +01:00
manifest.json Add humidity sensor to deconz component (#93024) 2023-06-01 19:16:42 +02:00
number.py Move EntityCategory to homeassistant.const (#87792) 2023-02-09 20:15:37 +01:00
scene.py
select.py Move EntityCategory to homeassistant.const (#87792) 2023-02-09 20:15:37 +01:00
sensor.py Add humidity sensor to deconz component (#93024) 2023-06-01 19:16:42 +02:00
services.py Don't require passing identifiers to DeviceRegistry.async_get_device (#96479) 2023-07-13 13:39:25 -04:00
services.yaml Migrate integration services (B-D) to support translations (#96363) 2023-07-11 23:06:32 +02:00
siren.py
strings.json Add deduplicate translations script (#96384) 2023-07-13 11:52:50 -04:00
switch.py
util.py