core/homeassistant/components/knx
Matthias Alphart 2f8e8901fc
Add KNX interface device trigger for telegrams (#93102)
* telegram device trigger initial

* add Telegrams helper class

to parse and convert Telegram only once instead of once per device trigger

* translation

* label for extra_field

* test device trigger

* test trigger callback removal

* rename extra_field key to same name as used in trigger

* typo
2023-05-15 22:59:29 +02:00
..
__init__.py Add KNX interface device trigger for telegrams (#93102) 2023-05-15 22:59:29 +02:00
binary_sensor.py
button.py
climate.py
config_flow.py
const.py Add a custom panel for KNX with a group monitor (#92355) 2023-05-11 00:13:22 +02:00
cover.py
device.py
device_trigger.py Add KNX interface device trigger for telegrams (#93102) 2023-05-15 22:59:29 +02:00
diagnostics.py Add a custom panel for KNX with a group monitor (#92355) 2023-05-11 00:13:22 +02:00
expose.py
fan.py
knx_entity.py
light.py
manifest.json Add a custom panel for KNX with a group monitor (#92355) 2023-05-11 00:13:22 +02:00
notify.py
number.py
project.py Add a custom panel for KNX with a group monitor (#92355) 2023-05-11 00:13:22 +02:00
scene.py
schema.py
select.py
sensor.py
services.yaml
strings.json Add KNX interface device trigger for telegrams (#93102) 2023-05-15 22:59:29 +02:00
switch.py
telegrams.py Add KNX interface device trigger for telegrams (#93102) 2023-05-15 22:59:29 +02:00
text.py
weather.py
websocket.py Add a custom panel for KNX with a group monitor (#92355) 2023-05-11 00:13:22 +02:00