core/homeassistant/components/knx
Matthias Alphart 74db49fae4
Add KNX select entity (#52026)
* select entity for knx

* validate select options

* lint

* phytonify

* Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-06-24 10:54:04 +02:00
..
__init__.py Add KNX select entity (#52026) 2021-06-24 10:54:04 +02:00
binary_sensor.py
climate.py Fix not awaiting async super method in KNX climate (#52005) 2021-06-19 01:10:17 -05:00
const.py Add KNX select entity (#52026) 2021-06-24 10:54:04 +02:00
cover.py
expose.py Update xknx to version 0.18.5 (#51644) 2021-06-09 14:08:29 +02:00
fan.py
knx_entity.py Update xknx to 0.18.7 (#52000) 2021-06-18 22:22:27 -05:00
light.py KNX: Support for XY-color lights (#51306) 2021-06-01 08:59:51 +02:00
manifest.json Update xknx to 0.18.7 (#52000) 2021-06-18 22:22:27 -05:00
notify.py
number.py Add number entity to KNX (#51786) 2021-06-23 17:20:49 +02:00
scene.py
schema.py Add KNX select entity (#52026) 2021-06-24 10:54:04 +02:00
select.py Add KNX select entity (#52026) 2021-06-24 10:54:04 +02:00
sensor.py
services.yaml
switch.py Restore state of KNX Switch (#51761) 2021-06-15 13:08:19 +02:00
weather.py