bvf_cp1_heater.yaml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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: Economy
  23. - dps_val: cold
  24. value: Anti-frost
  25. - dps_val: auto
  26. value: Program
  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. range:
  70. min: -9
  71. max: 9
  72. - entity: lock
  73. name: Child lock
  74. icon: "mdi:hand-back-right-off"
  75. category: config
  76. dps:
  77. - id: 40
  78. type: boolean
  79. name: lock
  80. - entity: select
  81. name: Timer
  82. icon: "mdi:timer"
  83. category: config
  84. dps:
  85. - id: 41
  86. type: string
  87. name: option
  88. mapping:
  89. - dps_val: cancel
  90. value: "Off"
  91. - dps_val: "1h"
  92. value: "1 hour"
  93. - dps_val: "2h"
  94. value: "2 hours"
  95. - dps_val: "3h"
  96. value: "3 hours"
  97. - dps_val: "4h"
  98. value: "4 hours"
  99. - dps_val: "5h"
  100. value: "5 hours"
  101. - dps_val: "6h"
  102. value: "6 hours"
  103. - dps_val: "7h"
  104. value: "7 hours"
  105. - dps_val: "8h"
  106. value: "8 hours"
  107. - dps_val: "9h"
  108. value: "9 hours"
  109. - dps_val: "10h"
  110. value: "10 hours"
  111. - dps_val: "11h"
  112. value: "11 hours"
  113. - dps_val: "12h"
  114. value: "12 hours"
  115. - dps_val: "13h"
  116. value: "13 hours"
  117. - dps_val: "14h"
  118. value: "14 hours"
  119. - dps_val: "15h"
  120. value: "15 hours"
  121. - dps_val: "16h"
  122. value: "16 hours"
  123. - dps_val: "17h"
  124. value: "17 hours"
  125. - dps_val: "18h"
  126. value: "18 hours"
  127. - dps_val: "19h"
  128. value: "19 hours"
  129. - dps_val: "20h"
  130. value: "20 hours"
  131. - dps_val: "21h"
  132. value: "21 hours"
  133. - dps_val: "22h"
  134. value: "22 hours"
  135. - dps_val: "23h"
  136. value: "23 hours"
  137. - dps_val: "24h"
  138. value: "24 hours"