18 lines
546 B
YAML
18 lines
546 B
YAML
#- platform: template
|
|
# switches:
|
|
# gas_kocheg_kran:
|
|
# value_template: "{{ is_state_attr('switch.gas_kocheg_kran', 'on') }}"
|
|
# turn_on:
|
|
# service: switch.turn_on
|
|
# data:
|
|
# entity_id: switch.gas_kocheg_kran
|
|
# turn_off:
|
|
# service: switch.turn_off
|
|
# data:
|
|
# entity_id: switch.gas_kocheg_kran
|
|
# icon_template: >-
|
|
# {% if is_state('switch.kontroller_kocheg_a8_open_gas','on') %}
|
|
# mdi:mdi:fire
|
|
# {% else %}
|
|
# mdi:mdi:fire-circle
|
|
# {% endif %} |