mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 10:57:43 +00:00
0.117.5 fixes
This commit is contained in:
@@ -45,7 +45,6 @@ binary_sensor:
|
||||
friendly_name: Georgi
|
||||
device_class: presence
|
||||
value_template: "{{ is_state('input_boolean.georgi_home', 'on') }}"
|
||||
entity_id: input_boolean.georgi_home
|
||||
icon_template: >
|
||||
{% if is_state('input_boolean.georgi_home', 'on') %} mdi:account
|
||||
{% else %} mdi:account-off-outline
|
||||
@@ -54,13 +53,11 @@ binary_sensor:
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user