mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 13:00:11 +00:00
verisure component names (#8251)
This commit is contained in:
committed by
Pascal Vizeli
parent
d0720ac699
commit
31f17a91e6
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user