mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-05-23 19:26:59 -04:00
Fix error for zone devices
This commit is contained in:
parent
f54b7b2dbf
commit
a957d7ac0f
4 changed files with 8 additions and 3 deletions
|
@ -72,6 +72,10 @@ class HonAppliance:
|
|||
|
||||
@property
|
||||
def mac_address(self) -> str:
|
||||
return self.info.get("macAddress", "")
|
||||
|
||||
@property
|
||||
def unique_id(self) -> str:
|
||||
return self._check_name_zone("macAddress", frontend=False)
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue