beca_bhp6000_thermostat_f.yaml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. dps:
  8. - id: 2
  9. name: temperature
  10. type: integer
  11. unit: F
  12. range:
  13. min: 40
  14. max: 95
  15. - id: 3
  16. name: current_temperature
  17. type: integer
  18. - id: 4
  19. name: preset_mode
  20. type: integer
  21. mapping:
  22. - dps_val: 1
  23. value: Schedule
  24. - dps_val: 2
  25. value: Temporary Hold
  26. - dps_val: 3
  27. value: Permanent Hold
  28. - dps_val: 4
  29. value: Holiday Hold
  30. - id: 5
  31. name: hvac_mode
  32. type: integer
  33. mapping:
  34. - dps_val: 1
  35. value: cool
  36. icon: "mdi:snowflake"
  37. - dps_val: 2
  38. value: heat
  39. icon: "mdi:fire"
  40. - dps_val: 3
  41. value: "off"
  42. icon: "mdi:hvac-off"
  43. - dps_val: 4
  44. value: heat_cool
  45. icon: "mdi:fire-alert"
  46. - dps_val: 5
  47. value: auto
  48. icon: "mdi:hvac"
  49. - id: 6
  50. name: fan_mode
  51. type: boolean
  52. mapping:
  53. - dps_val: false
  54. value: auto
  55. - dps_val: true
  56. value: "on"
  57. secondary_entities:
  58. - entity: lock
  59. name: Child lock
  60. category: config
  61. dps:
  62. - id: 7
  63. name: lock
  64. type: boolean
  65. mapping:
  66. - dps_val: true
  67. icon: "mdi:hand-back-right-off"
  68. - dps_val: false
  69. icon: "mdi:hand-back-right"
  70. - entity: light
  71. name: Display
  72. category: config
  73. dps:
  74. - id: 1
  75. name: switch
  76. type: boolean
  77. mapping:
  78. - dps_val: true
  79. icon: "mdi:led-on"
  80. - dps_val: false
  81. icon: "mdi:led-off"