core/homeassistant/components/knx
Marc Mueller c1b24e6ba2
Small typing improvements (#126818)
* Add from __future__ import annotations

* Use PEP 695 type aliases

* Fix generator typing
2024-09-26 13:51:27 +02:00
..
storage Small typing improvements (#126818) 2024-09-26 13:51:27 +02:00
__init__.py
binary_sensor.py
button.py
climate.py Add fan support for KNX climate entities (#126368) 2024-09-24 21:38:09 +02:00
config_flow.py
const.py Add fan support for KNX climate entities (#126368) 2024-09-24 21:38:09 +02:00
cover.py
date.py
datetime.py
device.py
device_trigger.py
diagnostics.py
entity.py
expose.py
fan.py
icons.json
light.py
manifest.json
notify.py
number.py
project.py
scene.py
schema.py Add fan support for KNX climate entities (#126368) 2024-09-24 21:38:09 +02:00
select.py
sensor.py
services.py
services.yaml
strings.json
switch.py
telegrams.py
text.py
time.py
trigger.py
validation.py
weather.py
websocket.py