| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- name: Eurom Mon Soleil 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
- value: heat
- icon: "mdi:radiator"
- - id: 2
- type: integer
- name: temperature
- range:
- min: 0
- max: 37
- - id: 5
- type: integer
- name: current_temperature
- - id: 3
- type: integer
- name: temp_set_f
- optional: true
- - id: 4
- type: boolean
- name: c_f_switch
- optional: true
- - id: 6
- type: integer
- name: cur_temp_f
- optional: true
- - id: 7
- type: integer
- name: timer
- optional: true
- - id: 8
- type: bitfield
- name: reservation_flags
- optional: true
- - id: 9
- type: string
- name: schedule
- optional: true
- - id: 10
- type: string
- name: timing
- optional: true
|