| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- name: Point Panel Heater
- products:
- - id: nqj51hxb2tx5kklv
- name: Point Panel Heater POPANW600
- primary_entity:
- 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
- mapping:
- - scale: 10
- range:
- min: 5
- max: 50
- - id: 3
- name: current_temperature
- type: integer
- - id: 4
- name: preset_mode
- type: string
- optional: true
- mapping:
- - dps_val: ECO
- value: eco
- - dps_val: Comfort
- value: comfort
- secondary_entities:
- - entity: lock
- translation_key: child_lock
- category: config
- dps:
- - id: 7
- type: boolean
- name: lock
- - entity: switch
- translation_key: display_auto
- category: config
- dps:
- - id: 109
- type: boolean
|