mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-05 08:44:24 +00:00
Fix motion definition
This commit is contained in:
@@ -55,13 +55,13 @@ binary_sensor:
|
|||||||
friendly_name: TriSensor motion
|
friendly_name: TriSensor motion
|
||||||
device_class: motion
|
device_class: motion
|
||||||
entity_id: sensor.trisensor_burglar
|
entity_id: sensor.trisensor_burglar
|
||||||
value_template: "{{ is_state('sensor.trisensor_burglar', 8) }}"
|
value_template: "{{ is_state('sensor.trisensor_burglar', '8') }}"
|
||||||
|
|
||||||
multisensor_motion:
|
multisensor_motion:
|
||||||
friendly_name: MultiSensor motion
|
friendly_name: MultiSensor motion
|
||||||
device_class: motion
|
device_class: motion
|
||||||
entity_id: sensor.multisensor_6_burglar
|
entity_id: sensor.multisensor_6_burglar
|
||||||
value_template: "{{ is_state('sensor.multisensor_6_burglar', 8) }}"
|
value_template: "{{ is_state('sensor.multisensor_6_burglar', '8') }}"
|
||||||
|
|
||||||
sensor:
|
sensor:
|
||||||
- platform: history_stats
|
- platform: history_stats
|
||||||
|
|||||||
Reference in New Issue
Block a user