core/homeassistant/components/knx
Marvin Wichmann b5b514b62f
Full test coverage for KNX integration (#69697)
* Full test coverage for KNX integration

* Allow for 0 values, since we all live at those kind of areas in the world

* Remove unneeded method

* Add missing test for climate mode

* Cleanup test and remove fixture that was used only once
2022-04-09 00:33:50 +02:00
..
translations Update KNX flow strings to use "data_description" and remove invalid options (#68935) 2022-04-01 00:15:53 +02:00
__init__.py Add support for IP secure to KNX config flow (#68906) 2022-03-30 21:10:47 +02:00
binary_sensor.py
button.py
climate.py Full test coverage for KNX integration (#69697) 2022-04-09 00:33:50 +02:00
config_flow.py coerce number selector values to int (#69059) 2022-04-01 11:07:13 +03:00
const.py Add support for IP secure to KNX config flow (#68906) 2022-03-30 21:10:47 +02:00
cover.py Full test coverage for KNX integration (#69697) 2022-04-09 00:33:50 +02:00
diagnostics.py Add support for IP secure to KNX config flow (#68906) 2022-03-30 21:10:47 +02:00
expose.py
fan.py Use EntityFeature enum in components (k**) (#69411) 2022-04-07 15:31:54 +02:00
knx_entity.py
light.py
manifest.json Update XKNX to version 0.20.1 (#69353) 2022-04-05 21:07:11 +03:00
notify.py
number.py
scene.py
schema.py Cleanup ENTITY_CATEGORIES_SCHEMA (#66549) 2022-04-01 09:40:43 -07:00
select.py
sensor.py
services.yaml
strings.json Update KNX flow strings to use "data_description" and remove invalid options (#68935) 2022-04-01 00:15:53 +02:00
switch.py
weather.py