electric_panel_heater.yaml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. name: Electric Panel Heater
  2. products:
  3. - id: urxauhwqufusih5h
  4. name: Cleverio AR10 / AR20
  5. primary_entity:
  6. entity: climate
  7. translation_only_key: heater
  8. dps:
  9. - id: 1
  10. name: hvac_mode
  11. type: boolean
  12. mapping:
  13. - dps_val: false
  14. value: "off"
  15. - dps_val: true
  16. value: heat
  17. - id: 2
  18. name: temperature
  19. type: integer
  20. range:
  21. min: 5
  22. max: 45
  23. mapping:
  24. - constraint: temperature_unit
  25. conditions:
  26. - dps_val: F
  27. range:
  28. min: 41
  29. max: 113
  30. - id: 3
  31. name: current_temperature
  32. type: integer
  33. - id: 4
  34. name: preset_mode
  35. type: string
  36. mapping:
  37. - dps_val: low
  38. value: eco
  39. - dps_val: high
  40. value: boost
  41. - id: 12
  42. name: fault_code
  43. type: bitfield
  44. - id: 101
  45. name: hvac_action
  46. type: boolean
  47. mapping:
  48. - constraint: hvac_mode
  49. conditions:
  50. - dps_val: false
  51. value: "off"
  52. - dps_val: true
  53. mapping:
  54. - dps_val: false
  55. value: idle
  56. - dps_val: true
  57. value: heating
  58. - id: 103
  59. name: temperature_unit
  60. type: string
  61. secondary_entities:
  62. - entity: lock
  63. translation_key: child_lock
  64. category: config
  65. dps:
  66. - id: 6
  67. type: boolean
  68. name: lock
  69. - entity: select
  70. translation_key: timer
  71. category: config
  72. dps:
  73. - id: 10
  74. type: string
  75. name: option
  76. mapping:
  77. - dps_val: "0"
  78. value: "Off"
  79. - dps_val: "1"
  80. value: "1 hour"
  81. - dps_val: "2"
  82. value: "2 hours"
  83. - dps_val: "3"
  84. value: "3 hours"
  85. - dps_val: "4"
  86. value: "4 hours"
  87. - dps_val: "5"
  88. value: "5 hours"
  89. - dps_val: "6"
  90. value: "6 hours"
  91. - dps_val: "7"
  92. value: "7 hours"
  93. - dps_val: "8"
  94. value: "8 hours"
  95. - dps_val: "9"
  96. value: "9 hours"
  97. - dps_val: "10"
  98. value: "10 hours"
  99. - dps_val: "11"
  100. value: "11 hours"
  101. - dps_val: "12"
  102. value: "12 hours"
  103. - dps_val: "13"
  104. value: "13 hours"
  105. - dps_val: "14"
  106. value: "14 hours"
  107. - dps_val: "15"
  108. value: "15 hours"
  109. - dps_val: "16"
  110. value: "16 hours"
  111. - dps_val: "17"
  112. value: "17 hours"
  113. - dps_val: "18"
  114. value: "18 hours"
  115. - dps_val: "19"
  116. value: "19 hours"
  117. - dps_val: "20"
  118. value: "20 hours"
  119. - dps_val: "21"
  120. value: "21 hours"
  121. - dps_val: "22"
  122. value: "22 hours"
  123. - dps_val: "23"
  124. value: "23 hours"
  125. - dps_val: "24"
  126. value: "24 hours"
  127. - entity: sensor
  128. translation_key: time_remaining
  129. class: duration
  130. category: diagnostic
  131. dps:
  132. - id: 11
  133. type: integer
  134. name: sensor
  135. unit: min
  136. - entity: binary_sensor
  137. class: problem
  138. category: diagnostic
  139. dps:
  140. - id: 12
  141. type: bitfield
  142. name: sensor
  143. mapping:
  144. - dps_val: 0
  145. value: false
  146. - value: true
  147. - entity: select
  148. translation_key: temperature_unit
  149. category: config
  150. dps:
  151. - id: 103
  152. type: string
  153. name: option
  154. mapping:
  155. - dps_val: C
  156. value: celsius
  157. - dps_val: F
  158. value: fahrenheit