hass-core/homeassistant/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
..
__init__.py Add Matter Websocket commands for node actions and diagnostics (#109127) 2024-01-31 14:15:56 +01:00
adapter.py Add Matter custom cluster sensors (Eve Energy Plug energy measurements) (#104830) 2023-12-04 17:21:41 +01:00
addon.py
api.py Add Matter Websocket commands for node actions and diagnostics (#109127) 2024-01-31 14:15:56 +01:00
binary_sensor.py Freeze integration entity descriptions (#105984) 2023-12-18 16:28:13 -10:00
climate.py
config_flow.py Improve calls to async_show_progress in matter (#107791) 2024-01-11 13:08:54 +01:00
const.py
cover.py
diagnostics.py Add helper method to get matter device info (#103765) 2023-11-10 13:43:54 -05:00
discovery.py Add Matter custom cluster sensors (Eve Energy Plug energy measurements) (#104830) 2023-12-04 17:21:41 +01:00
entity.py Update attributes in Entity.__init__ in matter (#108877) 2024-01-29 10:32:15 +01:00
event.py Switch formatting from black to ruff-format (#102893) 2023-11-27 14:38:59 +01:00
helpers.py Add Matter Websocket commands for node actions and diagnostics (#109127) 2024-01-31 14:15:56 +01:00
light.py Fix matter color modes (#108804) 2024-01-25 09:15:38 +01:00
lock.py Remove workaround for default lock code in Matter (#105173) 2023-12-08 11:46:27 +01:00
manifest.json Bump python-matter-server to 5.4.0 (#109178) 2024-01-31 01:39:00 +01:00
models.py Add Matter custom cluster sensors (Eve Energy Plug energy measurements) (#104830) 2023-12-04 17:21:41 +01:00
sensor.py Matter sensors for air quality measurements (#108173) 2024-01-27 08:46:24 +01:00
strings.json
switch.py Fix discovery schema for Matter switches (#103762) 2023-11-21 20:25:07 +01:00
util.py