| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- name: Beca BHP-6000 thermostat F
- products:
- - id: drwezxukumr9ohuh
- legacy_type: beca_bhp6000_thermostat
- primary_entity:
- entity: climate
- 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: 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"
|