mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 09:12:57 +00:00
Automations based on outside AQI
This commit is contained in:
@@ -61,6 +61,16 @@ binary_sensor:
|
||||
value_template: "{{ is_state('sensor.multisensor_6_burglar', '8') }}"
|
||||
|
||||
sensor:
|
||||
- platform: history_stats
|
||||
name: At Desk
|
||||
entity_id: binary_sensor.trisensor_sensor
|
||||
state: "on"
|
||||
type: ratio
|
||||
duration:
|
||||
minutes: 5
|
||||
end: '{{ now() }}'
|
||||
|
||||
|
||||
- platform: history_stats
|
||||
name: Quarantined percent
|
||||
entity_id: device_tracker.carbon
|
||||
|
||||
Reference in New Issue
Block a user