Add support for network mounts (#4269)

* Add support for network mounts

* Handle backups and save data

* fix pylint issues
This commit is contained in:
Mike Degatano
2023-05-01 02:45:52 -04:00
committed by GitHub
parent ebe9c32092
commit 34c394c3d1
38 changed files with 3173 additions and 36 deletions

View File

@@ -37,6 +37,7 @@ ATTR_LLMNR = "llmnr"
ATTR_LLMNR_HOSTNAME = "llmnr_hostname"
ATTR_MDNS = "mdns"
ATTR_MODEL = "model"
ATTR_MOUNTS = "mounts"
ATTR_MOUNT_POINTS = "mount_points"
ATTR_PANEL_PATH = "panel_path"
ATTR_POWER_LED = "power_led"
@@ -50,4 +51,5 @@ ATTR_SYSFS = "sysfs"
ATTR_TIME_DETECTED = "time_detected"
ATTR_UPDATE_TYPE = "update_type"
ATTR_USE_NTP = "use_ntp"
ATTR_USAGE = "usage"
ATTR_VENDOR = "vendor"