mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-08 02:19:35 +00:00
Support OS-Agent Data disk (#3120)
* Support OS-Agent Data disk * fix lint * add tests * Fix empty path * revert change * Using as_posix() * clean not needed cast * rename * Rename files
This commit is contained in:
@@ -4,3 +4,5 @@ ATTR_USE_RTC = "use_rtc"
|
||||
ATTR_USE_NTP = "use_ntp"
|
||||
ATTR_DT_UTC = "dt_utc"
|
||||
ATTR_DT_SYNCHRONIZED = "dt_synchronized"
|
||||
ATTR_DISK_DATA = "disk_data"
|
||||
ATTR_DEVICE = "device"
|
||||
|
||||
Reference in New Issue
Block a user