mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 06:05:10 +02:00
change unreach
This commit is contained in:
@@ -778,7 +778,7 @@ class HMDevice(Entity):
|
||||
have_change = True
|
||||
|
||||
# If available it has changed
|
||||
if attribute is 'UNREACH':
|
||||
if attribute == 'UNREACH':
|
||||
self._available = bool(value)
|
||||
have_change = True
|
||||
|
||||
|
Reference in New Issue
Block a user