mirror of
https://github.com/Andre0512/hon.git
synced 2026-06-19 18:06:53 +02:00
Fix applance connection handling
This commit is contained in:
@@ -276,7 +276,7 @@ class HonNumberEntity(HonEntity, NumberEntity):
|
||||
return (
|
||||
super().available
|
||||
and int(self._device.get("remoteCtrValid", 1)) == 1
|
||||
and self._device.get("attributes.lastConnEvent.category") != "DISCONNECTED"
|
||||
and self._device.connection
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user