change unreach

This commit is contained in:
Pascal Vizeli
2017-02-01 21:59:55 +01:00
parent 957e06e605
commit 3184721412

View File

@@ -778,7 +778,7 @@ class HMDevice(Entity):
have_change = True have_change = True
# If available it has changed # If available it has changed
if attribute is 'UNREACH': if attribute == 'UNREACH':
self._available = bool(value) self._available = bool(value)
have_change = True have_change = True