core/homeassistant/components/lcn
Andre Lengwenus 20639b0f02
Add tests for LCN climate and scene platform (#124466)
* Add tests for LCN climate and scene platform

* Add type hints

* Add snapshots for test_climate

* Add snapshots for test_scene

* Replace await_called assertion with snapshots

* Remove snapshots for simple status changes

* Test platform setup using snapshot_platform

* Fix type hints

* Patch homeassistant.components.lcn context instead of pypck module

* Fix side effects caused by patching PchkConnectionManager in lcn platform context
2024-09-06 17:56:46 +02:00
..
__init__.py Add tests for LCN climate and scene platform (#124466) 2024-09-06 17:56:46 +02:00
binary_sensor.py Handle LCN entity instances only in corresponding platform (#124589) 2024-08-26 10:17:51 +02:00
climate.py Handle LCN entity instances only in corresponding platform (#124589) 2024-08-26 10:17:51 +02:00
config_flow.py Standardize import step variable name (part 2) (#124679) 2024-08-27 11:22:35 +02:00
const.py Add custom panel for LCN configuration (#108664) 2024-08-21 11:33:47 +02:00
cover.py Handle LCN entity instances only in corresponding platform (#124589) 2024-08-26 10:17:51 +02:00
device_trigger.py
helpers.py Add custom panel for LCN configuration (#108664) 2024-08-21 11:33:47 +02:00
icons.json Update icons.json to new service schema part 2 (#124769) 2024-08-28 13:47:41 +02:00
light.py Handle LCN entity instances only in corresponding platform (#124589) 2024-08-26 10:17:51 +02:00
manifest.json Bump pypck to 0.7.22 (#125389) 2024-09-06 08:29:49 +02:00
scene.py Handle LCN entity instances only in corresponding platform (#124589) 2024-08-26 10:17:51 +02:00
schemas.py Add custom panel for LCN configuration (#108664) 2024-08-21 11:33:47 +02:00
sensor.py Handle LCN entity instances only in corresponding platform (#124589) 2024-08-26 10:17:51 +02:00
services.py Add tests for LCN actions / services (#125391) 2024-09-06 09:51:11 +02:00
services.yaml
strings.json Add custom panel for LCN configuration (#108664) 2024-08-21 11:33:47 +02:00
switch.py Handle LCN entity instances only in corresponding platform (#124589) 2024-08-26 10:17:51 +02:00
websocket.py Send entity name or original name to LCN frontend (#124518) 2024-08-31 11:42:22 +02:00