| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- name: Infrared wall heater
- products:
- - id: ajlnotpa7oymbbte
- manufacturer: Kesser
- model: "400W"
- entities:
- - entity: climate
- translation_only_key: heater
- dps:
- - id: 1
- name: hvac_mode
- type: boolean
- mapping:
- - dps_val: true
- value: heat
- - dps_val: false
- value: "off"
- - id: 2
- name: temperature
- type: integer
- unit: C
- range:
- min: 7
- max: 30
- - id: 3
- type: integer
- name: current_temperature
- - id: 11
- type: string
- name: hvac_action
- mapping:
- - dps_val: "heating"
- value: idle
- - dps_val: "standby"
- value: heating
- - entity: lock
- translation_key: child_lock
- category: config
- dps:
- - id: 7
- type: boolean
- name: lock
- - entity: number
- translation_key: temperature_calibration
- category: config
- dps:
- - id: 102
- type: integer
- name: value
- unit: °
- range:
- min: -9
- max: 9
- - entity: switch
- name: Window check
- category: config
- icon: "mdi:window-open-variant"
- dps:
- - id: 101
- type: boolean
- name: switch
- - entity: switch
- name: Sound
- category: config
- icon: "mdi:music-note"
- dps:
- - id: 103
- type: boolean
- name: switch
|