| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- name: Beca BHP-6000 thermostat C
- products:
- - id: drwezxukumr9ohuh
- primary_entity:
- entity: climate
- dps:
- - id: 2
- name: temperature
- type: integer
- unit: C
- range:
- min: 5
- max: 35
- - id: 3
- name: current_temperature
- type: integer
- - id: 4
- name: preset_mode
- type: integer
- mapping:
- - dps_val: 1
- value: Schedule
- - dps_val: 2
- value: Temporary Hold
- - dps_val: 3
- value: Permanent Hold
- - dps_val: 4
- value: Holiday Hold
- - id: 5
- name: hvac_mode
- type: integer
- mapping:
- - dps_val: 1
- value: cool
- icon: "mdi:snowflake"
- - dps_val: 2
- value: heat
- icon: "mdi:fire"
- - dps_val: 3
- value: "off"
- icon: "mdi:hvac-off"
- - dps_val: 4
- value: heat_cool
- icon: "mdi:fire-alert"
- - dps_val: 5
- value: auto
- icon: "mdi:hvac"
- - id: 6
- name: fan_mode
- type: boolean
- mapping:
- - dps_val: false
- value: auto
- - dps_val: true
- value: "on"
- secondary_entities:
- - entity: lock
- name: Child lock
- category: config
- dps:
- - id: 7
- name: lock
- type: boolean
- mapping:
- - dps_val: true
- icon: "mdi:hand-back-right-off"
- - dps_val: false
- icon: "mdi:hand-back-right"
- - entity: light
- name: Display
- category: config
- dps:
- - id: 1
- name: switch
- type: boolean
- mapping:
- - dps_val: true
- icon: "mdi:led-on"
- - dps_val: false
- icon: "mdi:led-off"
|