mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-09 10:14:41 +00:00
Fix quarantine history stats
This commit is contained in:
@@ -70,7 +70,7 @@ sensor:
|
|||||||
state: "home"
|
state: "home"
|
||||||
type: ratio
|
type: ratio
|
||||||
duration:
|
duration:
|
||||||
days: 14
|
days: 7
|
||||||
end: "{{ now() }}"
|
end: "{{ now() }}"
|
||||||
|
|
||||||
- platform: history_stats
|
- platform: history_stats
|
||||||
@@ -79,7 +79,7 @@ sensor:
|
|||||||
state: "home"
|
state: "home"
|
||||||
type: count
|
type: count
|
||||||
duration:
|
duration:
|
||||||
days: 14
|
days: 7
|
||||||
end: "{{ now() }}"
|
end: "{{ now() }}"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user