mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-04-29 06:48:16 +00:00
Define motion sensors. Add new sensors on living room dashboard.
This commit is contained in:
@@ -51,6 +51,18 @@ binary_sensor:
|
||||
{% else %} mdi:account-off-outline
|
||||
{% endif %}
|
||||
|
||||
trisensor_motion:
|
||||
friendly_name: TriSensor motion
|
||||
device_class: motion
|
||||
entity_id: sensor.trisensor_burglar
|
||||
value_template: "{{ is_state('sensor.trisensor_burglar', 8) }}"
|
||||
|
||||
multisensor_motion:
|
||||
friendly_name: MultiSensor motion
|
||||
device_class: motion
|
||||
entity_id: sensor.multisensor_6_burglar
|
||||
value_template: "{{ is_state('sensor.multisensor_6_burglar', 8) }}"
|
||||
|
||||
sensor:
|
||||
- platform: history_stats
|
||||
name: Quarantined percent
|
||||
|
||||
Reference in New Issue
Block a user