core/homeassistant/components/lcn
Andre Lengwenus 5685ba7f55
Make acknowledge requests from LCN modules optional (#125765)
* Add acknowledge flag to config_entry

* Add acknowledge option to lcn configuration

* Fix tests

* Bump pypck to 0.7.23

* Add entry fixture for config_entry version 1.1 to test migration

* Add data_description to strings.json

* Create versioned config_entry in tests
2024-09-14 09:21:15 +02:00
..
__init__.py Make acknowledge requests from LCN modules optional (#125765) 2024-09-14 09:21:15 +02:00
binary_sensor.py
climate.py
config_flow.py Make acknowledge requests from LCN modules optional (#125765) 2024-09-14 09:21:15 +02:00
const.py Make acknowledge requests from LCN modules optional (#125765) 2024-09-14 09:21:15 +02:00
cover.py
device_trigger.py
entity.py
helpers.py Make acknowledge requests from LCN modules optional (#125765) 2024-09-14 09:21:15 +02:00
icons.json
light.py
manifest.json Make acknowledge requests from LCN modules optional (#125765) 2024-09-14 09:21:15 +02:00
scene.py
schemas.py
sensor.py
services.py
services.yaml
strings.json Make acknowledge requests from LCN modules optional (#125765) 2024-09-14 09:21:15 +02:00
switch.py
websocket.py