beca_bhp6000_thermostat_f.yaml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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_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. icon: "mdi:snowflake"
  38. - dps_val: 2
  39. value: heat
  40. icon: "mdi:fire"
  41. - dps_val: 3
  42. value: "off"
  43. icon: "mdi:hvac-off"
  44. - dps_val: 4
  45. value: heat_cool
  46. icon: "mdi:fire-alert"
  47. - dps_val: 5
  48. value: auto
  49. icon: "mdi:hvac"
  50. - id: 6
  51. name: fan_mode
  52. type: boolean
  53. mapping:
  54. - dps_val: false
  55. value: auto
  56. - dps_val: true
  57. value: "on"
  58. secondary_entities:
  59. - entity: lock
  60. name: Child lock
  61. category: config
  62. dps:
  63. - id: 7
  64. name: lock
  65. type: boolean
  66. mapping:
  67. - dps_val: true
  68. icon: "mdi:hand-back-right-off"
  69. - dps_val: false
  70. icon: "mdi:hand-back-right"
  71. - entity: light
  72. name: Display
  73. category: config
  74. dps:
  75. - id: 1
  76. name: switch
  77. type: boolean
  78. mapping:
  79. - dps_val: true
  80. icon: "mdi:led-on"
  81. - dps_val: false
  82. icon: "mdi:led-off"