mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-24 12:29:08 +00:00
Check if connectivity check if available on host (#2265)
* Check if connectivity check if available on host * fix get * not needed * Update const.py * Use enabled
This commit is contained in:
@@ -63,6 +63,7 @@ DBUS_ATTR_TYPE = "Type"
|
||||
DBUS_ATTR_UUID = "Uuid"
|
||||
DBUS_ATTR_VARIANT = "Variant"
|
||||
DBUS_ATTR_MANAGED = "Managed"
|
||||
DBUS_ATTR_CONNECTION_ENABLED = "ConnectivityCheckEnabled"
|
||||
|
||||
|
||||
class RaucState(str, Enum):
|
||||
|
||||
Reference in New Issue
Block a user