| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- name: IR panel heater
- products:
- - id: xev18n44cvrmicqd
- manufacturer: Sonnenkonig
- model: ECO 700
- entities:
- - entity: climate
- translation_only_key: heater
- dps:
- - id: 1
- name: hvac_mode
- type: boolean
- mapping:
- - dps_val: false
- value: "off"
- - dps_val: true
- value: heat
- - id: 2
- name: temperature
- type: integer
- unit: C
- range:
- min: 0
- max: 37
- - id: 3
- name: current_temperature
- type: integer
- - entity: lock
- translation_key: child_lock
- category: config
- dps:
- - id: 7
- type: boolean
- name: lock
- - entity: select
- translation_key: timer
- category: config
- dps:
- - id: 19
- type: string
- name: option
- mapping:
- - dps_val: cancel
- value: cancel
- - dps_val: "1h"
- value: "1h"
- - dps_val: "2h"
- value: "2h"
- - dps_val: "3h"
- value: "3h"
- - dps_val: "4h"
- value: "4h"
- - dps_val: "5h"
- value: "5h"
- - dps_val: "6h"
- value: "6h"
- - dps_val: "7h"
- value: "7h"
- - dps_val: "8h"
- value: "8h"
- - dps_val: "9h"
- value: "9h"
- - dps_val: "10h"
- value: "10h"
- - dps_val: "11h"
- value: "11h"
- - dps_val: "12h"
- value: "12h"
- - dps_val: "13h"
- value: "13h"
- - dps_val: "14h"
- value: "14h"
- - dps_val: "15h"
- value: "15h"
- - dps_val: "16h"
- value: "16h"
- - dps_val: "17h"
- value: "17h"
- - dps_val: "18h"
- value: "18h"
- - dps_val: "19h"
- value: "19h"
- - dps_val: "20h"
- value: "20h"
- - dps_val: "21h"
- value: "21h"
- - dps_val: "22h"
- value: "22h"
- - dps_val: "23h"
- value: "23h"
- - dps_val: "24h"
- value: "24h"
- - entity: sensor
- translation_key: time_remaining
- class: duration
- category: diagnostic
- dps:
- - id: 20
- type: integer
- name: sensor
- unit: min
- - entity: switch
- name: Open window detection
- icon: "mdi:window-open-variant"
- category: config
- dps:
- - id: 101
- type: boolean
- name: switch
- - entity: number
- translation_key: temperature_calibration
- category: config
- dps:
- - id: 102
- type: integer
- name: value
- unit: °
- range:
- min: -5
- max: 5
- - entity: switch
- name: Beep
- icon: "mdi:volume-high"
- category: config
- dps:
- - id: 103
- type: boolean
- name: switch
|