beca_bhp6000_thermostat_c.yaml 1.4 KB

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