| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- name: Thermostat
- products:
- - id: k2vv9hr0yumh0vo8
- manufacturer: Polytherm
- model: Polyalpha
- entities:
- - entity: climate
- translation_key: thermostat
- dps:
- - id: 1
- name: hvac_mode
- type: boolean
- mapping:
- - dps_val: false
- value: "off"
- - dps_val: true
- constraint: cool_heat
- conditions:
- - dps_val: false
- value: cool
- - dps_val: true
- value: heat
- - id: 104
- name: cool_heat
- type: boolean
- hidden: true
- - id: 2
- name: preset_mode
- type: string
- mapping:
- - dps_val: manual
- value: manual
- - dps_val: auto
- value: program
- - id: 16
- type: integer
- name: temperature
- unit: C
- range:
- min: 50
- max: 350
- mapping:
- - step: 5
- scale: 10
- - id: 24
- type: integer
- name: current_temperature
- mapping:
- - scale: 10
- - id: 36
- name: hvac_action
- type: string
- mapping:
- - dps_val: open
- constraint: cool_heat
- conditions:
- - dps_val: false
- value: cooling
- - dps_val: true
- value: heating
- - dps_val: close
- value: idle
- - entity: humidifier
- name: Humidity override
- hidden: unavailable
- dps:
- - id: 107
- type: integer
- optional: true
- name: available
- mapping:
- - dps_val: null
- value: false
- - value: true
- - id: 106
- type: integer
- optional: true
- name: humidity
- range:
- min: 50
- max: 80
- - id: 107
- type: integer
- optional: true
- name: current_humidity
- - entity: lock
- translation_key: child_lock
- category: config
- dps:
- - id: 40
- type: boolean
- name: lock
- - entity: light
- translation_key: backlight
- category: config
- dps:
- - id: 105
- name: brightness
- type: integer
- optional: true
- range:
- min: 0
- max: 255
- - entity: sensor
- name: Floor temperature
- class: temperature
- hidden: unavailable
- dps:
- - id: 103
- type: integer
- optional: true
- name: sensor
- unit: C
- class: measurement
- mapping:
- - scale: 10
- - id: 103
- type: integer
- optional: true
- name: available
- mapping:
- - dps_val: null
- value: false
- - value: true
|