1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00

Add WebSocket support for handling labels on device registry (#113758)

This commit is contained in:
Franck Nijhof
2024-03-18 21:19:27 +01:00
committed by GitHub
parent f73f93913f
commit 51b8ffc69d
3 changed files with 49 additions and 0 deletions

View File

@@ -276,6 +276,7 @@ class DeviceEntry:
"hw_version": self.hw_version,
"id": self.id,
"identifiers": list(self.identifiers),
"labels": list(self.labels),
"manufacturer": self.manufacturer,
"model": self.model,
"name_by_user": self.name_by_user,