mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
parent
8947052405
commit
29f47d58bc
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user