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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user