You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AppDaemon based entity cache application for Home Assistant.
5
6
6
7
*IMPORTANT NOTE. Native Home Assistant already caches content. You will not need this add-on if you did not specify an initial value in your Home Assistant configuration!*
@@ -43,4 +44,4 @@ The list of attribute names is a list under this key
43
44
Unpack the script files at `/config/appdaemon/`. The active script is then located at `/config/appdaemon//apps/ha-entity-cache/entitycache.py'
44
45
45
46
After startup, ha-entity-cache listens to updates of the values. That is the moment values are cached and restored after a restart of Home Assistant.
46
-
At restore the type is checked. If a not valid type is entered, the value might not be restored, or not correct.
47
+
At restore the type is checked. If a not valid type is entered, the value might not be restored, or not correct.
0 commit comments