Skip to content

Commit e96e4c9

Browse files
authored
Update README.md
1 parent 6647387 commit e96e4c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# ha-entity-cache
22
![ha-entity-cache](https://github.com/jbouwh/ha-entity-cache/workflows/ha-entity-cache/badge.svg)
3-
[![hacs_badge](https://img.shields.io/badge/HACS-Custom-orange.svg?style=for-the-badge)](https://github.com/custom-components/hacs)
3+
[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg)](https://github.com/custom-components/hacs)
4+
45
AppDaemon based entity cache application for Home Assistant.
56

67
*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
4344
Unpack the script files at `/config/appdaemon/`. The active script is then located at `/config/appdaemon//apps/ha-entity-cache/entitycache.py'
4445

4546
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

Comments
 (0)