verisure component names (#8251)
This commit is contained in:
parent
d0720ac699
commit
31f17a91e6
4 changed files with 4 additions and 4 deletions
|
@ -38,7 +38,7 @@ class VerisureDoorWindowSensor(BinarySensorDevice):
|
|||
"""Return the name of the binary sensor."""
|
||||
return hub.get_first(
|
||||
"$.doorWindow.doorWindowDevice[?(@.deviceLabel=='%s')].area",
|
||||
self._device_label) + " door window"
|
||||
self._device_label)
|
||||
|
||||
@property
|
||||
def is_on(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue