Zwave optimize value_added (#6210)
* Make zwave devices listen on less network changes. * Convert more platforms * Remove printouts. * Fix copy-paste * Change default dependent list to empty list
This commit is contained in:
parent
6cb8a36cf1
commit
354007f265
5 changed files with 113 additions and 29 deletions
|
@ -292,3 +292,8 @@ class ZwaveLock(zwave.ZWaveDeviceEntity, LockDevice):
|
|||
if self._lock_status:
|
||||
data[ATTR_LOCK_STATUS] = self._lock_status
|
||||
return data
|
||||
|
||||
@property
|
||||
def dependent_value_ids(self):
|
||||
"""List of value IDs a device depends on."""
|
||||
return None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue