core/tests/components/matter
Marcel van der Veldt 68c633c317
Add Matter Websocket commands for node actions and diagnostics (#109127)
* bump python-matter-server to version 5.3.0

* Add all node related websocket services

* remove open_commissioning_window service

as it wasnt working anyways

* use device id instead of node id

* tests

* add decorator to get node

* add some tests for invalid device id

* add test for unknown node

* add explicit exception

* adjust test

* move exceptions

* remove the additional config entry check for now

to be picked up in follow up pR
2024-01-31 14:15:56 +01:00
..
fixtures Matter sensors for air quality measurements (#108173) 2024-01-27 08:46:24 +01:00
__init__.py
common.py
conftest.py
test_adapter.py
test_api.py Add Matter Websocket commands for node actions and diagnostics (#109127) 2024-01-31 14:15:56 +01:00
test_binary_sensor.py
test_climate.py
test_config_flow.py
test_cover.py
test_diagnostics.py
test_door_lock.py Add translation to ServiceValidationError in Lock (#105746) 2023-12-27 12:50:27 +01:00
test_event.py
test_helpers.py
test_init.py
test_light.py Fix turning on the light with a specific color (#108080) 2024-01-15 11:08:38 +01:00
test_sensor.py Matter sensors for air quality measurements (#108173) 2024-01-27 08:46:24 +01:00
test_switch.py