Fix invalid device info for Daikin devices (#36448)
This commit is contained in:
parent
f06c0a8b54
commit
394f16987d
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue