core/homeassistant/components/matter
Marcel van der Veldt 4bebf00598
Adjust device registry for Matter devices (#86108)
* adjust device registry

* ignore test unique id

* update test

* ditch uniqueid + prefix serial

* adjust test

* add tests

* fix switch test

* prefix all identifiers

* Update homeassistant/components/matter/adapter.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* no underscore in id

* fix test

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-01-18 17:17:33 +01:00
..
translations [ci skip] Translation update 2023-01-15 00:25:52 +00:00
__init__.py Remove unnecessary try-else (5) (#86164) 2023-01-18 14:10:13 +01:00
adapter.py Adjust device registry for Matter devices (#86108) 2023-01-18 17:17:33 +01:00
addon.py
api.py Fix matter websocket reconnect (#84192) 2022-12-20 13:06:24 +01:00
binary_sensor.py Bump python matter server to 1.0.8 (#84692) 2022-12-28 18:29:37 +01:00
config_flow.py Bump python matter server to 1.0.8 (#84692) 2022-12-28 18:29:37 +01:00
const.py Adjust device registry for Matter devices (#86108) 2023-01-18 17:17:33 +01:00
device_platform.py
entity.py Adjust device registry for Matter devices (#86108) 2023-01-18 17:17:33 +01:00
helpers.py Code styling tweaks to the Matter integration (#86096) 2023-01-17 19:09:12 +01:00
light.py Bump python matter server to 1.0.8 (#84692) 2022-12-28 18:29:37 +01:00
manifest.json Bump python-matter-server to 1.1.0 (#85840) 2023-01-14 02:20:10 +01:00
sensor.py Use UnitOfVolumeFlowRate in integrations (#84348) 2022-12-21 11:00:24 +01:00
services.yaml
strings.json
switch.py Bump python matter server to 1.0.8 (#84692) 2022-12-28 18:29:37 +01:00
util.py