bvf_cp1_heater.yaml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. name: BVF CP-1 heater
  2. products:
  3. - id: t2htqaryl4gymeuv
  4. primary_entity:
  5. entity: climate
  6. dps:
  7. - id: 1
  8. type: boolean
  9. name: hvac_mode
  10. mapping:
  11. - dps_val: false
  12. value: "off"
  13. - dps_val: true
  14. value: heat
  15. - id: 2
  16. type: string
  17. name: preset_mode
  18. mapping:
  19. - dps_val: hot
  20. value: comfort
  21. - dps_val: eco
  22. value: eco
  23. - dps_val: cold
  24. value: away
  25. - dps_val: auto
  26. value: home
  27. - id: 16
  28. type: integer
  29. name: temperature
  30. range:
  31. min: 5
  32. max: 45
  33. unit: C
  34. - id: 24
  35. type: integer
  36. name: current_temperature
  37. secondary_entities:
  38. - entity: light
  39. name: Display
  40. category: config
  41. dps:
  42. - id: 6
  43. type: boolean
  44. name: switch
  45. - entity: switch
  46. name: Beep
  47. icon: "mdi:bell"
  48. category: config
  49. dps:
  50. - id: 7
  51. type: boolean
  52. name: switch
  53. - entity: switch
  54. name: Window detection
  55. category: config
  56. icon: "mdi:window-open-variant"
  57. dps:
  58. - id: 8
  59. type: boolean
  60. name: switch
  61. - entity: number
  62. name: Temperature correction
  63. category: config
  64. icon: "mdi:thermometer-check"
  65. dps:
  66. - id: 27
  67. type: integer
  68. name: value
  69. unit: C
  70. range:
  71. min: -9
  72. max: 9
  73. - entity: lock
  74. name: Child lock
  75. icon: "mdi:hand-back-right-off"
  76. category: config
  77. dps:
  78. - id: 40
  79. type: boolean
  80. name: lock
  81. - entity: select
  82. name: Timer
  83. icon: "mdi:timer"
  84. category: config
  85. dps:
  86. - id: 41
  87. type: string
  88. name: option
  89. mapping:
  90. - dps_val: cancel
  91. value: "Off"
  92. - dps_val: "1h"
  93. value: "1 hour"
  94. - dps_val: "2h"
  95. value: "2 hours"
  96. - dps_val: "3h"
  97. value: "3 hours"
  98. - dps_val: "4h"
  99. value: "4 hours"
  100. - dps_val: "5h"
  101. value: "5 hours"
  102. - dps_val: "6h"
  103. value: "6 hours"
  104. - dps_val: "7h"
  105. value: "7 hours"
  106. - dps_val: "8h"
  107. value: "8 hours"
  108. - dps_val: "9h"
  109. value: "9 hours"
  110. - dps_val: "10h"
  111. value: "10 hours"
  112. - dps_val: "11h"
  113. value: "11 hours"
  114. - dps_val: "12h"
  115. value: "12 hours"
  116. - dps_val: "13h"
  117. value: "13 hours"
  118. - dps_val: "14h"
  119. value: "14 hours"
  120. - dps_val: "15h"
  121. value: "15 hours"
  122. - dps_val: "16h"
  123. value: "16 hours"
  124. - dps_val: "17h"
  125. value: "17 hours"
  126. - dps_val: "18h"
  127. value: "18 hours"
  128. - dps_val: "19h"
  129. value: "19 hours"
  130. - dps_val: "20h"
  131. value: "20 hours"
  132. - dps_val: "21h"
  133. value: "21 hours"
  134. - dps_val: "22h"
  135. value: "22 hours"
  136. - dps_val: "23h"
  137. value: "23 hours"
  138. - dps_val: "24h"
  139. value: "24 hours"