# ===============================
# eBUSd Lueftung - Binary Sensoren
# ===============================

- name: "Lueftung Kuehlung Status"
  unique_id: "ebusd_lueftung_kuehlung_status"
  state_topic: "ebusd-lueftung/vai00/Kuehlung"
  value_template: >-
    {% if value_json['0'].value == "EIN" %}
      ON
    {% else %}
      OFF
    {% endif %}
  payload_on: "ON"
  payload_off: "OFF"
  device:
    identifiers: "ebusd-lueftung"
    name: "Vaillant recoVair 275/3"
    model: "recoVair 275/3"
    manufacturer: "Vaillant"
