1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-02 13:17:53 +00:00

12 Commits

Author SHA1 Message Date
Matthias Alphart
713689491b
Remove KNX yaml config from hass.data ()
* Remove KNX yaml config from `hass.data`

* Use HassKey
2024-09-09 09:01:21 +02:00
Matthias Alphart
8ec8aef02e
Use freezer in KNX tests ()
use freezer in tests
2024-08-02 08:48:41 +02:00
Marc Mueller
c88b337600
Add empty line after module docstring [tests f-k] () 2024-03-08 14:50:04 +01:00
Joost Lekkerkerker
a82410d5e9
Deduplicate constants E-Z () 2023-12-13 17:05:37 +01:00
Erik Montnemery
67e25dc0bf
Quote domain name in setup logs ()
* Quote domain name in setup logs

* Update tests
2023-11-20 12:55:16 +01:00
Erik Montnemery
80813e992d
Improve formatting of component errors ()
* Improve formatting of component errors

* Update tests
2023-11-17 23:01:00 +01:00
Ville Skyttä
2e59ae9e90
Import util.dt as dt_util in components/[k-o]* () 2023-05-29 23:02:14 +02:00
Matthias Alphart
95d44e100b
Update xknx to 2.9.0 ()
* Update xknx to 2.8.0

* add tests for validators

* Update strings.json

* Update xknx to 2.9.0
2023-04-22 18:25:14 +02:00
Matthias Alphart
557b9c7d51
Add KNX interface device with diagnostic entities () 2023-03-19 02:13:52 -11:00
epenet
ea29cdfe83
Add type hints to integration tests (part 12) () 2023-02-13 13:03:51 +01:00
Marvin Wichmann
3baa7b679d
Use new Platform enum in KNX () 2021-12-03 09:29:38 -08:00
Matthias Alphart
4e1958c1bd
Add Button platform to KNX integration ()
* add button platform

* default values for payload and payload_length

* allow `type` configuration for encoded payloads

* add test for type configuration

* move common constants to const.py

- CONF_PAYLOAD
- CONF_PAYLOAD_LENGTH

* validate payload for payload_length or type

* c&p errors

* fix unique_id and pylint

* fix validator
2021-11-10 20:34:35 +01:00