| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- name: Beca BHP-6000 thermostat F
- products:
- - id: drwezxukumr9ohuh
- legacy_type: beca_bhp6000_thermostat
- primary_entity:
- entity: climate
- translation_key: thermostat
- dps:
- - id: 2
- name: temperature
- type: integer
- unit: F
- range:
- min: 40
- max: 95
- - id: 3
- name: current_temperature
- type: integer
- - id: 4
- name: preset_mode
- type: integer
- mapping:
- - dps_val: 1
- value: program
- - dps_val: 2
- value: temp_override
- - dps_val: 3
- value: perm_override
- - dps_val: 4
- value: away
- - 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"
|