mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
Use device_tracker.carbon for quarantine stats
This commit is contained in:
@@ -54,8 +54,8 @@ binary_sensor:
|
|||||||
sensor:
|
sensor:
|
||||||
- platform: history_stats
|
- platform: history_stats
|
||||||
name: Quarantined percent
|
name: Quarantined percent
|
||||||
entity_id: input_boolean.georgi_home
|
entity_id: device_tracker.carbon
|
||||||
state: "on"
|
state: "home"
|
||||||
type: ratio
|
type: ratio
|
||||||
duration:
|
duration:
|
||||||
days: 14
|
days: 14
|
||||||
@@ -63,8 +63,8 @@ sensor:
|
|||||||
|
|
||||||
- platform: history_stats
|
- platform: history_stats
|
||||||
name: Quarantine times left
|
name: Quarantine times left
|
||||||
entity_id: input_boolean.georgi_home
|
entity_id: device_tracker.carbon
|
||||||
state: "on"
|
state: "home"
|
||||||
type: count
|
type: count
|
||||||
duration:
|
duration:
|
||||||
days: 14
|
days: 14
|
||||||
|
|||||||
Reference in New Issue
Block a user