Update pydaikin to 2.0.0 (#34807)
This commit is contained in:
parent
c71a7b901f
commit
d8222a8eb6
12 changed files with 91 additions and 54 deletions
|
@ -43,7 +43,7 @@ class DaikinZoneSwitch(ToggleEntity):
|
|||
@property
|
||||
def unique_id(self):
|
||||
"""Return a unique ID."""
|
||||
return f"{self._api.mac}-zone{self._zone_id}"
|
||||
return f"{self._api.device.mac}-zone{self._zone_id}"
|
||||
|
||||
@property
|
||||
def icon(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue