Fix quarantine history stats

This commit is contained in:
2020-05-09 17:39:27 +03:00
parent 7d8a909f04
commit 25a045a0c2
+2 -2
View File
@@ -70,7 +70,7 @@ sensor:
state: "home"
type: ratio
duration:
days: 14
days: 7
end: "{{ now() }}"
- platform: history_stats
@@ -79,7 +79,7 @@ sensor:
state: "home"
type: count
duration:
days: 14
days: 7
end: "{{ now() }}"