mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 05:37:44 +00:00
Fix invalid device info for Daikin devices (#36448)
This commit is contained in:
parent
f06c0a8b54
commit
394f16987d
@ -158,7 +158,6 @@ class DaikinApi:
|
||||
info = self.device.values
|
||||
return {
|
||||
"connections": {(CONNECTION_NETWORK_MAC, self.device.mac)},
|
||||
"identifiers": self.device.mac,
|
||||
"manufacturer": "Daikin",
|
||||
"model": info.get("model"),
|
||||
"name": info.get("name"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user