mdi:airplane-takeoff
{% endif %}
-######################################################################
-# Binary Sensor: Guard Mode
-######################################################################
-
-- platform: template
- sensors:
- guard_mode:
- friendly_name: Modalità Guardia
- entity_id: input_boolean.guard_mode
- value_template: >-
- {{ is_state('input_boolean.guard_mode', 'on') }}
- icon_template: >-
- {% if is_state('input_boolean.guard_mode', 'on') %}
- mdi:shield-home
- {% else %}
- mdi:shield-off
- {% endif %}
-
######################################################################
# Binary Sensor: Text Notification
######################################################################
+######################################################################
+# Alarm Package - Guard Mode - Binary Sensor
+######################################################################
+
+binary_sensor:
+ - platform: template
+ sensors:
+ guard_mode:
+ friendly_name: Modalità Guardia
+ entity_id: input_boolean.guard_mode
+ value_template: >-
+ {{ is_state('input_boolean.guard_mode', 'on') }}
+ icon_template: >-
+ {% if is_state('input_boolean.guard_mode', 'on') %}
+ mdi:shield-home
+ {% else %}
+ mdi:shield-off
+ {% endif %}
+
######################################################################
# Alarm Package - Guard Mode - Input Booleans
######################################################################