core/homeassistant/components/knx
Matthias Alphart 46a457a638
Update KNX flow strings to use "data_description" and remove invalid options (#68935)
* use `data_description`

* use selectors so `data_description` shows

* remove unused config option

`individual_address` has no effect for tunneling. The address is always assigned by the tunnelling server.

* remove unsupported option for tunneling V1 devices
2022-04-01 00:15:53 +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
config_flow.py Update KNX flow strings to use "data_description" and remove invalid options (#68935) 2022-04-01 00:15:53 +02:00
const.py Add support for IP secure to KNX config flow (#68906) 2022-03-30 21:10:47 +02:00
cover.py
diagnostics.py Add support for IP secure to KNX config flow (#68906) 2022-03-30 21:10:47 +02:00
expose.py
fan.py Complete fan speed transition from #59781 (#67743) 2022-03-09 10:38:12 +01:00
knx_entity.py
light.py
manifest.json Prettify json (manifest.json) (#68886) 2022-03-30 10:56:37 +02:00
notify.py
number.py
scene.py
schema.py Cleanup KNX integration (#68820) 2022-03-29 16:46:02 +02: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