From 882b0ae12243aed9ac41ffd01ac28a1efc191a4b Mon Sep 17 00:00:00 2001 From: matthewhadley Date: Fri, 29 Sep 2023 18:47:25 -0500 Subject: [PATCH] add note about sensor values and home assistant restarts --- dropback/DOCS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dropback/DOCS.md b/dropback/DOCS.md index a797ad7..a681efc 100644 --- a/dropback/DOCS.md +++ b/dropback/DOCS.md @@ -83,3 +83,5 @@ The add-on creates three entities: `sensor.dropback_sync` showing the file currently being sync'd. `sensor.dropback_last` showing the last file sync'd. + +Note that these sensor values are unable to persist if Home Assistant is restarted and will become `unknown` (see https://github.com/matthewhadley/homeassistant-dropback/pull/10#issuecomment-1739581649). A potential solution for this is to have an automation that restarts the dropback addon when Home Assistant restarts.