core/homeassistant/components/matter
Marcel van der Veldt 072517f17e
Fix Matter unique_id generation (#86046)
* bae entity unique id on Operational Instance Name standard

* Update homeassistant/components/matter/entity.py

Co-authored-by: Stefan Agner <stefan@agner.ch>

* also adjust unique id for devices

* final adjustment

* remove assert on server_info

* move device info to init

* fabric_id_hex

* use DeviceInfo instead of dict

* fix test

Co-authored-by: Stefan Agner <stefan@agner.ch>
2023-01-17 15:39:42 +01:00
..
translations [ci skip] Translation update 2023-01-15 00:25:52 +00:00
__init__.py Bump python matter server to 1.0.8 (#84692) 2022-12-28 18:29:37 +01:00
adapter.py Fix Matter unique_id generation (#86046) 2023-01-17 15:39:42 +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
device_platform.py
entity.py Fix Matter unique_id generation (#86046) 2023-01-17 15:39:42 +01:00
helpers.py Fix Matter unique_id generation (#86046) 2023-01-17 15:39:42 +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