core/homeassistant/components/knx
Matthias Alphart 4f9b7254d2
Initialize KNX expose value ()
* simplify value extraction

* allow 0/1 and "True" / "False" for binary exposes

* initialize ExposeSensor value

* handle binary states

* use default for initialization
2021-05-26 11:21:11 +02:00
..
__init__.py Create KNX sensor entity directly from config () 2021-05-25 20:16:54 +02:00
binary_sensor.py Improve KNX config validation () 2021-05-23 10:42:17 +02:00
climate.py Create KNX climate entity directly from config () 2021-05-20 12:23:41 +02:00
const.py
cover.py Improve KNX config validation () 2021-05-23 10:42:17 +02:00
expose.py Initialize KNX expose value () 2021-05-26 11:21:11 +02:00
fan.py Create KNX fan entities directly from config () 2021-05-16 08:34:14 +02:00
knx_entity.py
light.py Fix KNX light: turn on color light with only brightness () 2021-05-24 09:51:33 +02:00
manifest.json Update xknx to version 0.18.2 () 2021-05-17 11:18:13 +02:00
notify.py Create KNX notify entities directly from config () 2021-05-16 12:07:44 +02:00
scene.py Create KNX scene entities directly from config () 2021-05-16 08:14:28 +02:00
schema.py Improve KNX config validation () 2021-05-23 10:42:17 +02:00
sensor.py Create KNX sensor entity directly from config () 2021-05-25 20:16:54 +02:00
services.yaml Wrap up selectors () 2021-05-25 14:45:17 +02:00
switch.py Use AddEntitiesCallback type, pt.4 () 2021-05-04 14:50:06 +02:00
weather.py Create KNX weather entity directly from config () 2021-05-21 01:30:37 +02:00