core/homeassistant/components/lcn
Andre Lengwenus c276cfc371
Add custom panel for LCN configuration (#108664)
* Add LCN panel using lcn-frontend module

* Move panel from sidebar to integration configuration

* Change OptionFlow to reconfigure step

* Change OptionFlow to reconfigure step

* Remove deprecation warning

* Fix docstring

* Add tests for lcn websockets

* Remove deepcopy

* Bump lcn-frontend to 0.1.3

* Add tests for lcn websockets

* Remove websocket command lcn/hosts

* Websocket scan tests cover modules not stored in config_entry

* Add comment to mock of hass.http

* Add a decorater to ensure the config_entry exists and return it

* Use entry_id instead of host_id

* Bump lcn-frontend to 0.1.5

* Use auto_id for websocket client send_json

* Create issues on yaml import errors

* Remove low level key deprecation warnings

* Method renaming

* Change issue id in issue creation

* Update tests for issue creation
2024-08-21 11:33:47 +02:00
..
__init__.py Add custom panel for LCN configuration (#108664) 2024-08-21 11:33:47 +02:00
binary_sensor.py Add custom panel for LCN configuration (#108664) 2024-08-21 11:33:47 +02:00
climate.py Add custom panel for LCN configuration (#108664) 2024-08-21 11:33:47 +02:00
config_flow.py Add custom panel for LCN configuration (#108664) 2024-08-21 11:33:47 +02:00
const.py Add custom panel for LCN configuration (#108664) 2024-08-21 11:33:47 +02:00
cover.py Add custom panel for LCN configuration (#108664) 2024-08-21 11:33:47 +02:00
device_trigger.py
helpers.py Add custom panel for LCN configuration (#108664) 2024-08-21 11:33:47 +02:00
icons.json
light.py Add custom panel for LCN configuration (#108664) 2024-08-21 11:33:47 +02:00
manifest.json Add custom panel for LCN configuration (#108664) 2024-08-21 11:33:47 +02:00
scene.py Add custom panel for LCN configuration (#108664) 2024-08-21 11:33:47 +02:00
schemas.py Add custom panel for LCN configuration (#108664) 2024-08-21 11:33:47 +02:00
sensor.py Add custom panel for LCN configuration (#108664) 2024-08-21 11:33:47 +02:00
services.py
services.yaml
strings.json Add custom panel for LCN configuration (#108664) 2024-08-21 11:33:47 +02:00
switch.py Add custom panel for LCN configuration (#108664) 2024-08-21 11:33:47 +02:00
websocket.py Add custom panel for LCN configuration (#108664) 2024-08-21 11:33:47 +02:00