Fix descriptions for cached state settings (#6152)

Co-authored-by: John Doe <nurikk@users.noreply.github.com>
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
This commit is contained in:
Shish
2021-02-07 12:59:37 +01:00
committed by GitHub
co-authored by John Doe Koen Kanters
parent 9df40bd9be
commit 0e821cc7c8
+3 -3
View File
@@ -253,14 +253,14 @@
},
"cache_state_persistent": {
"type": "boolean",
"title": "Cache state persistent",
"title": "Persist cache state",
"description": "Persist cached state, only used when cache_state: true",
"default": true
},
"cache_state_send_on_startup": {
"type": "boolean",
"title": "Cache state send on startup",
"description": "Cache state send on startup, only used when cache_state: true",
"title": "Send cached state on startup",
"description": "Send cached state on startup, only used when cache_state: true",
"default": true
},
"log_rotation": {