beca_bht002_thermostat_c.yaml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. name: Beca BHT-002 Thermostat (C)
  2. primary_entity:
  3. entity: climate
  4. dps:
  5. - id: 2
  6. type: integer
  7. name: temperature
  8. range:
  9. min: 10
  10. max: 70
  11. mapping:
  12. - scale: 2
  13. - id: 3
  14. type: integer
  15. name: current_temperature
  16. mapping:
  17. - scale: 2
  18. - id: 4
  19. type: string
  20. name: hvac_mode
  21. mapping:
  22. - dps_val: "0"
  23. value: auto
  24. - dps_val: "1"
  25. value: heat
  26. - id: 5
  27. type: boolean
  28. name: preset_mode
  29. mapping:
  30. - dps_val: true
  31. value: eco
  32. - dps_val: false
  33. value: comfort
  34. - id: 102
  35. type: integer
  36. name: floor_temperature
  37. mapping:
  38. - scale: 2
  39. - id: 104
  40. type: boolean
  41. name: unknown_104
  42. secondary_entities:
  43. - entity: light
  44. name: Display
  45. dps:
  46. - id: 1
  47. type: boolean
  48. name: switch
  49. mapping:
  50. - dps_val: true
  51. icon: "mdi:led-on"
  52. - dps_val: false
  53. icon: "mdi:led-off"
  54. - entity: lock
  55. name: Child Lock
  56. dps:
  57. - id: 6
  58. type: boolean
  59. name: lock
  60. mapping:
  61. - dps_val: true
  62. icon: "mdi:hand-back-right-off"
  63. - dps_val: false
  64. icon: "mdi:hand-back-right"