beca_bht002_thermostat_c.yaml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. name: Thermostat
  2. products:
  3. - id: IAYz2WK1th0cMLmL
  4. name: Beca BHT-002
  5. primary_entity:
  6. entity: climate
  7. dps:
  8. - id: 1
  9. type: boolean
  10. name: hvac_mode
  11. mapping:
  12. - dps_val: false
  13. value: "off"
  14. - dps_val: true
  15. constraint: mode
  16. conditions:
  17. - dps_val: "0"
  18. value: auto
  19. - dps_val: "1"
  20. value: heat
  21. - dps_val: null
  22. value: heat
  23. hidden: true
  24. - id: 2
  25. type: integer
  26. name: temperature
  27. unit: C
  28. range:
  29. min: 10
  30. max: 70
  31. mapping:
  32. - scale: 2
  33. - id: 3
  34. type: integer
  35. name: current_temperature
  36. mapping:
  37. - scale: 2
  38. - id: 4
  39. type: string
  40. name: mode
  41. optional: true
  42. hidden: true
  43. - id: 5
  44. type: boolean
  45. name: preset_mode
  46. mapping:
  47. - dps_val: true
  48. value: eco
  49. - dps_val: false
  50. value: comfort
  51. - id: 102
  52. type: integer
  53. name: floor_temperature
  54. mapping:
  55. - scale: 2
  56. - id: 104
  57. type: boolean
  58. name: unknown_104
  59. secondary_entities:
  60. - entity: lock
  61. translation_key: child_lock
  62. category: config
  63. dps:
  64. - id: 6
  65. type: boolean
  66. name: lock
  67. - entity: sensor
  68. name: External temperature
  69. class: temperature
  70. dps:
  71. - id: 102
  72. type: integer
  73. name: sensor
  74. unit: C
  75. class: measurement
  76. mapping:
  77. - scale: 2