| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- name: Radiator thermostat
- products:
- - id: ngxyxyc8
- manufacturer: Hombli
- model: HBRT-0109
- entities:
- - entity: climate
- translation_only_key: heater
- dps:
- - id: 101
- type: boolean
- name: hvac_mode
- mapping:
- - dps_val: false
- value: "off"
- - dps_val: true
- value: heat
- - id: 102
- type: integer
- name: current_temperature
- mapping:
- - scale: 10
- - id: 103
- type: integer
- name: temperature
- unit: C
- mapping:
- - scale: 10
- step: 5
- range:
- max: 300
- min: 50
- - id: 106
- type: boolean
- name: preset_mode
- mapping:
- - dps_val: true
- value: "away"
- - dps_val: false
- value: "home"
- - entity: switch
- name: Window check
- icon: "mdi:window-open-variant"
- category: config
- dps:
- - id: 8
- type: boolean
- name: switch
- - entity: switch
- translation_key: anti_frost
- category: config
- dps:
- - id: 10
- type: boolean
- name: switch
- - entity: select
- translation_key: temperature_unit
- category: config
- dps:
- - id: 23
- type: string
- name: option
- optional: true
- mapping:
- - dps_val: c
- value: celsius
- - dps_val: f
- value: fahrenheit
- - entity: number
- translation_key: temperature_calibration
- category: config
- dps:
- - id: 27
- type: integer
- name: value
- unit: °
- mapping:
- - scale: 10
- step: 5
- range:
- min: -60
- max: 60
- - entity: lock
- translation_key: child_lock
- category: config
- dps:
- - id: 40
- type: boolean
- name: lock
- - entity: binary_sensor
- class: battery
- category: diagnostic
- dps:
- - id: 105
- type: bitfield
- name: sensor
- class: measurement
- mapping:
- - dps_val: 0
- value: false
- - value: true
- - entity: switch
- name: Schedule
- icon: "mdi:calendar-clock"
- category: config
- dps:
- - id: 108
- type: boolean
- name: switch
- - entity: switch
- name: Antiscale
- category: config
- icon: "mdi:shimmer"
- dps:
- - id: 130
- type: boolean
- name: switch
- - entity: sensor
- name: Valve
- category: diagnostic
- dps:
- - id: 104
- type: integer
- optional: true
- name: sensor
- unit: "%"
|