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. translation_only_key: heater
  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. value: heat
  16. - id: 2
  17. type: string
  18. name: preset_mode
  19. mapping:
  20. - dps_val: hot
  21. value: comfort
  22. - dps_val: eco
  23. value: eco
  24. - dps_val: cold
  25. value: away
  26. - dps_val: auto
  27. value: home
  28. - id: 16
  29. type: integer
  30. name: temperature
  31. range:
  32. min: 5
  33. max: 45
  34. unit: C
  35. - id: 24
  36. type: integer
  37. name: current_temperature
  38. secondary_entities:
  39. - entity: light
  40. translation_key: display
  41. category: config
  42. dps:
  43. - id: 6
  44. type: boolean
  45. name: switch
  46. - entity: switch
  47. name: Beep
  48. icon: "mdi:bell"
  49. category: config
  50. dps:
  51. - id: 7
  52. type: boolean
  53. name: switch
  54. - entity: switch
  55. name: Window detection
  56. category: config
  57. icon: "mdi:window-open-variant"
  58. dps:
  59. - id: 8
  60. type: boolean
  61. name: switch
  62. - entity: number
  63. name: Temperature correction
  64. category: config
  65. icon: "mdi:thermometer-check"
  66. dps:
  67. - id: 27
  68. type: integer
  69. name: value
  70. unit: C
  71. range:
  72. min: -9
  73. max: 9
  74. - entity: lock
  75. translation_key: child_lock
  76. category: config
  77. dps:
  78. - id: 40
  79. type: boolean
  80. name: lock
  81. - entity: select
  82. translation_key: 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"