core/homeassistant/components/knx
Matthias Alphart c81b6255c2
Use `async_on_remove` for KNX entities removal (#95658)
* Use `async_on_remove` for KNX entities removal

* review
2023-07-01 07:16:45 -04:00
..
__init__.py Add reload service to KNX (#95489) 2023-06-28 21:45:17 -04:00
binary_sensor.py
button.py
climate.py
config_flow.py
const.py Add time platform to KNX (#95302) 2023-06-28 15:19:32 +02:00
cover.py
device.py
device_trigger.py
diagnostics.py
expose.py
fan.py
knx_entity.py Use `async_on_remove` for KNX entities removal (#95658) 2023-07-01 07:16:45 -04:00
light.py
manifest.json Add time platform to KNX (#95302) 2023-06-28 15:19:32 +02:00
notify.py
number.py
project.py
scene.py
schema.py Add time platform to KNX (#95302) 2023-06-28 15:19:32 +02:00
select.py
sensor.py Use `async_on_remove` for KNX entities removal (#95658) 2023-07-01 07:16:45 -04:00
services.yaml Add reload service to KNX (#95489) 2023-06-28 21:45:17 -04:00
strings.json
switch.py
telegrams.py
text.py
time.py Add time platform to KNX (#95302) 2023-06-28 15:19:32 +02:00
weather.py
websocket.py