| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- name: Heater
- products:
- - id: 20qAGCEd0AxowwTA
- name: Eurom Alutherm 2000
- - id: awnds45afwineiul
- name: Eurom Alutherm 2500
- primary_entity:
- entity: climate
- dps:
- - id: 1
- name: hvac_mode
- type: boolean
- mapping:
- - dps_val: true
- icon: "mdi:radiator"
- constraint: mode
- conditions:
- - dps_val: m
- value: heat
- - dps_val: p
- value: auto
- - dps_val: false
- value: "off"
- icon: "mdi:radiator-disabled"
- - id: 2
- name: temperature
- type: integer
- range:
- min: 0
- max: 37
- - id: 3
- name: current_temperature
- type: integer
- - id: 4
- name: mode
- type: string
- hidden: true
- - id: 12
- name: fault_code
- type: bitfield
- - id: 101
- name: fan_mode
- type: string
- mapping:
- - dps_val: "off"
- value: "off"
- - dps_val: low
- value: low
- - dps_val: mid
- value: medium
- - dps_val: high
- value: high
- - id: 102
- name: preset_mode
- type: boolean
- mapping:
- - dps_val: false
- value: comfort
- - dps_val: true
- value: eco
- secondary_entities:
- - entity: binary_sensor
- name: Fault
- class: problem
- category: diagnostic
- dps:
- - id: 12
- type: bitfield
- name: sensor
- mapping:
- - dps_val: 0
- value: false
- - value: true
- - entity: select
- name: Schedule
- icon: "mdi:calendar-clock"
- category: config
- dps:
- - id: 104
- type: string
- name: option
- optional: true
- mapping:
- - dps_val: holiday
- value: Holiday
- - dps_val: program
- value: Program
- - id: 103
- type: string
- name: schedule_data
- optional: true
|