mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 09:12:57 +00:00
Add preferences support
This commit is contained in:
@@ -62,7 +62,7 @@ binary_sensor:
|
||||
device_class: presence
|
||||
value_template: "{{ is_state('input_boolean.player_2_home', 'on') }}"
|
||||
icon_template: >
|
||||
{% if is_state('input_boolean.georgi_home', 'on') %} mdi:account
|
||||
{% if is_state('input_boolean.player_2_home', 'on') %} mdi:account
|
||||
{% else %} mdi:account-off-outline
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user