mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
Fix device_info for xiaomi_aqara (#58465)
Co-authored-by: epenet <epenet@users.noreply.github.com>
This commit is contained in:
parent
26c5f89207
commit
577d8b1469
@ -284,7 +284,7 @@ class XiaomiDevice(Entity):
|
||||
model=self._model,
|
||||
)
|
||||
else:
|
||||
DeviceInfo(
|
||||
device_info = DeviceInfo(
|
||||
connections={(dr.CONNECTION_ZIGBEE, self._device_id)},
|
||||
identifiers={(DOMAIN, self._device_id)},
|
||||
manufacturer="Xiaomi Aqara",
|
||||
|
Loading…
x
Reference in New Issue
Block a user