beca_bhp6000_thermostat_c.yaml 1.8 KB

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