| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- name: Eurom SaniWall 2000 Heater
- primary_entity:
- entity: climate
- dps:
- - id: 1
- type: boolean
- name: hvac_mode
- mapping:
- - dps_val: false
- value: "off"
- icon: "mdi:radiator-disabled"
- - dps_val: true
- constraint: preset_mode
- conditions:
- - dps_val: "off"
- value: fan_only
- icon: "mdi:fan"
- - dps_val: low
- value: heat
- icon: "mdi:radiator"
- - dps_val: high
- value: heat
- icon: "mdi:radiator"
- - id: 2
- type: integer
- name: temperature
- range:
- min: 10
- max: 35
- - id: 3
- type: integer
- name: current_temperature
- - id: 4
- type: string
- name: preset_mode
- mapping:
- - dps_val: "off"
- value: fan
- - dps_val: low
- value: eco
- - dps_val: high
- value: boost
- - id: 7
- type: boolean
- name: swing_mode
- mapping:
- - dps_val: true
- value: vertical
- - dps_val: false
- value: "off"
|