1
0
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:
Pascal Vizeli
2020-11-18 12:40:55 +01:00
committed by GitHub
parent 80f4309799
commit 2f9fc39b72
3 changed files with 20 additions and 9 deletions

View File

@@ -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):