mirror of
https://github.com/home-assistant/core.git
synced 2025-08-09 15:45:08 +02:00
committed by
Fabian Affolter
parent
58e66c947b
commit
68dc0d4d99
@@ -137,6 +137,9 @@ class ZWaveNodeEntity(ZWaveBaseEntity):
|
||||
|
||||
if self.node.can_wake_up():
|
||||
for value in self.node.get_values(COMMAND_CLASS_WAKE_UP).values():
|
||||
if value.index != 0:
|
||||
continue
|
||||
|
||||
self.wakeup_interval = value.data
|
||||
break
|
||||
else:
|
||||
|
Reference in New Issue
Block a user