mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 02:19:31 +00:00
Some zwave cleanup (#6203)
This commit is contained in:
@@ -21,8 +21,6 @@ DEPENDENCIES = []
|
||||
|
||||
def get_device(value, **kwargs):
|
||||
"""Create zwave entity device."""
|
||||
value.set_change_verified(False)
|
||||
|
||||
device_mapping = workaround.get_device_mapping(value)
|
||||
if device_mapping == workaround.WORKAROUND_NO_OFF_EVENT:
|
||||
# Default the multiplier to 4
|
||||
|
||||
Reference in New Issue
Block a user