beca_bhp6000_thermostat_f.yaml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. name: Beca BHP-6000 thermostat F
  2. products:
  3. - id: drwezxukumr9ohuh
  4. legacy_type: beca_bhp6000_thermostat
  5. primary_entity:
  6. entity: climate
  7. translation_only_key: thermostat
  8. dps:
  9. - id: 2
  10. name: temperature
  11. type: integer
  12. unit: F
  13. range:
  14. min: 40
  15. max: 95
  16. - id: 3
  17. name: current_temperature
  18. type: integer
  19. - id: 4
  20. name: preset_mode
  21. type: integer
  22. mapping:
  23. - dps_val: 1
  24. value: program
  25. - dps_val: 2
  26. value: temp_override
  27. - dps_val: 3
  28. value: perm_override
  29. - dps_val: 4
  30. value: away
  31. - id: 5
  32. name: hvac_mode
  33. type: integer
  34. mapping:
  35. - dps_val: 1
  36. value: cool
  37. - dps_val: 2
  38. value: heat
  39. - dps_val: 3
  40. value: "off"
  41. - dps_val: 4
  42. value: heat_cool
  43. - dps_val: 5
  44. value: auto
  45. - id: 6
  46. name: fan_mode
  47. type: boolean
  48. mapping:
  49. - dps_val: false
  50. value: auto
  51. - dps_val: true
  52. value: "on"
  53. secondary_entities:
  54. - entity: lock
  55. translation_key: child_lock
  56. category: config
  57. dps:
  58. - id: 7
  59. name: lock
  60. type: boolean
  61. - entity: light
  62. translation_key: display
  63. category: config
  64. dps:
  65. - id: 1
  66. name: switch
  67. type: boolean