Files
homeassistant/switches.yaml
Victor Alexandrovich Tsyrenschikov 1765c3078e Home
2025-11-21 00:04:38 +05:00

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 %}