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:
Pascal Vizeli
2021-09-17 15:01:07 +02:00
committed by GitHub
parent f4c7f2cae1
commit 271e4f0cc4
23 changed files with 158 additions and 61 deletions

View File

@@ -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"