| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- name: Thermostat
- products:
- - id: IAYz2WK1th0cMLmL
- name: Beca BHT-002
- primary_entity:
- entity: climate
- dps:
- - id: 1
- type: boolean
- name: hvac_mode
- mapping:
- - dps_val: false
- value: "off"
- - dps_val: true
- constraint: mode
- conditions:
- - dps_val: "0"
- value: auto
- - dps_val: "1"
- value: heat
- - dps_val: null
- value: heat
- hidden: true
- - id: 2
- type: integer
- name: temperature
- range:
- min: 10
- max: 70
- mapping:
- - scale: 2
- - id: 3
- type: integer
- name: current_temperature
- mapping:
- - scale: 2
- - id: 4
- type: string
- name: mode
- optional: true
- hidden: true
- - id: 5
- type: boolean
- name: preset_mode
- mapping:
- - dps_val: true
- value: eco
- - dps_val: false
- value: comfort
- - id: 102
- type: integer
- name: floor_temperature
- mapping:
- - scale: 2
- - id: 104
- type: boolean
- name: unknown_104
- secondary_entities:
- - entity: lock
- name: Child lock
- category: config
- dps:
- - id: 6
- type: boolean
- name: lock
- mapping:
- - dps_val: true
- icon: "mdi:hand-back-right-off"
- - dps_val: false
- icon: "mdi:hand-back-right"
- - entity: sensor
- name: External temperature
- class: temperature
- dps:
- - id: 102
- type: integer
- name: sensor
- unit: C
- class: measurement
- mapping:
- - scale: 2
|