core/homeassistant/components/knx
Norbert Rittel 8868f214f3
Replace "numbers" with "digits" in `invalid_backbone_key` message of `knx` (#146124)
The KNX Backbone Key has a length of 128 bits, so written as a hexadecimal number that yields 32 digits.

This fix thus replaces "numbers" with "digits" in the `invalid_backbone_key` message.
2025-06-03 20:47:54 +02:00
..
storage
__init__.py Fix unnecessary-dict-comprehension-for-iterable (C420) (#140555) 2025-03-13 23:32:00 +01:00
binary_sensor.py Update signature of platforms' async_setup_entry (#138201) 2025-02-10 21:08:03 +01:00
button.py
climate.py
config_flow.py Fix "tunneling" spelling in KNX (#144895) 2025-05-14 17:05:45 +02:00
const.py
cover.py Add support to create KNX Cover entities from UI (#141944) 2025-05-09 11:28:25 +02:00
date.py
datetime.py Update signature of platforms' async_setup_entry (#138201) 2025-02-10 21:08:03 +01:00
device.py
device_trigger.py
diagnostics.py Remove KNX yaml config from `hass.data` (#124050) 2024-09-09 09:01:21 +02:00
entity.py
expose.py
fan.py
icons.json
light.py Update signature of platforms' async_setup_entry (#138201) 2025-02-10 21:08:03 +01:00
manifest.json
notify.py Update signature of platforms' async_setup_entry (#138201) 2025-02-10 21:08:03 +01:00
number.py
project.py
quality_scale.yaml
scene.py
schema.py
select.py
sensor.py Update signature of platforms' async_setup_entry (#138201) 2025-02-10 21:08:03 +01:00
services.py
services.yaml
strings.json
switch.py Update signature of platforms' async_setup_entry (#138201) 2025-02-10 21:08:03 +01:00
telegrams.py
text.py
time.py
trigger.py
validation.py
weather.py
websocket.py KNX: Cache last telegram for each group address (#130566) 2024-11-15 20:06:57 +01:00