verisure component names (#8251)
This commit is contained in:
parent
d0720ac699
commit
31f17a91e6
4 changed files with 4 additions and 4 deletions
|
@ -45,7 +45,7 @@ class VerisureDoorlock(LockDevice):
|
|||
"""Return the name of the lock."""
|
||||
return hub.get_first(
|
||||
"$.doorLockStatusList[?(@.deviceLabel=='%s')].area",
|
||||
self._device_label) + " lock"
|
||||
self._device_label)
|
||||
|
||||
@property
|
||||
def state(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue