mellerware_comfy_radiator.yaml 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. name: Heater
  2. products:
  3. - id: 5jidkruwamydvcfk
  4. name: Mellerware Comfy Medium
  5. primary_entity:
  6. entity: climate
  7. translation_only_key: heater
  8. dps:
  9. - id: 1
  10. type: boolean
  11. name: hvac_mode
  12. mapping:
  13. - dps_val: false
  14. value: "off"
  15. - dps_val: true
  16. constraint: preset_mode
  17. conditions:
  18. - dps_val: P1
  19. value: auto
  20. - dps_val: [P2, P3]
  21. value: auto
  22. hidden: true
  23. - dps_val: CF
  24. value: heat
  25. - dps_val: [EC, AF]
  26. value: heat
  27. hidden: true
  28. - dps_val: ST
  29. value: "off"
  30. hidden: true
  31. - id: 2
  32. type: integer
  33. name: temperature
  34. range:
  35. min: 5
  36. max: 35
  37. unit: C
  38. mapping:
  39. - constraint: preset_mode
  40. conditions:
  41. - dps_val: EC
  42. range:
  43. min: 1
  44. max: 31
  45. - dps_val: AF
  46. invalid: true
  47. - id: 3
  48. type: integer
  49. name: current_temperature
  50. - id: 4
  51. type: string
  52. name: preset_mode
  53. mapping:
  54. - dps_val: CF
  55. value: comfort
  56. - dps_val: EC
  57. value: eco
  58. - dps_val: P1
  59. value: Daytime
  60. - dps_val: P2
  61. value: Morning+Evening
  62. - dps_val: P3
  63. value: Program
  64. - dps_val: AF
  65. value: away
  66. - dps_val: ST
  67. value: ST
  68. hidden: true
  69. - id: 11
  70. type: string
  71. name: hvac_action
  72. mapping:
  73. - constraint: hvac_mode
  74. conditions:
  75. - dps_val: false
  76. value: "off"
  77. - dps_val: true
  78. mapping:
  79. - dps_val: working
  80. value: heating
  81. - dps_val: standby
  82. value: idle
  83. - id: 26
  84. type: string
  85. optional: true
  86. name: custom_program
  87. secondary_entities:
  88. - entity: lock
  89. translation_key: child_lock
  90. category: config
  91. dps:
  92. - id: 7
  93. type: boolean
  94. name: lock
  95. - entity: select
  96. translation_key: timer
  97. category: config
  98. dps:
  99. - id: 19
  100. type: string
  101. name: option
  102. mapping:
  103. - dps_val: cancel
  104. value: "off"
  105. - dps_val: 1h
  106. value: 1 hour
  107. - dps_val: 2h
  108. value: 2 hours
  109. - dps_val: 3h
  110. value: 3 hours
  111. - dps_val: 4h
  112. value: 4 hours
  113. - dps_val: 5h
  114. value: 5 hours
  115. - dps_val: 6h
  116. value: 6 hours
  117. - dps_val: 7h
  118. value: 7 hours
  119. - dps_val: 8h
  120. value: 8 hours
  121. - dps_val: 9h
  122. value: 9 hours
  123. - dps_val: 10h
  124. value: 10 hours
  125. - dps_val: 11h
  126. value: 11 hours
  127. - dps_val: 12h
  128. value: 12 hours
  129. - dps_val: 13h
  130. value: 13 hours
  131. - dps_val: 14h
  132. value: 14 hours
  133. - dps_val: 15h
  134. value: 15 hours
  135. - dps_val: 16h
  136. value: 16 hours
  137. - dps_val: 17h
  138. value: 17 hours
  139. - dps_val: 18h
  140. value: 18 hours
  141. - dps_val: 19h
  142. value: 19 hours
  143. - dps_val: 20h
  144. value: 20 hours
  145. - dps_val: 21h
  146. value: 21 hours
  147. - dps_val: 22h
  148. value: 22 hours
  149. - dps_val: 23h
  150. value: 23 hours
  151. - dps_val: 24h
  152. value: 24 hours
  153. - entity: sensor
  154. translation_key: time_remaining
  155. class: duration
  156. category: diagnostic
  157. dps:
  158. - id: 20
  159. type: integer
  160. name: sensor
  161. unit: min
  162. - entity: binary_sensor
  163. class: problem
  164. category: diagnostic
  165. dps:
  166. - id: 21
  167. type: bitfield
  168. optional: true
  169. name: sensor
  170. mapping:
  171. - dps_val: 0
  172. value: false
  173. - dps_val: null
  174. value: false
  175. - value: true
  176. - entity: button
  177. name: Night mode on
  178. icon: "mdi:weather-night"
  179. category: config
  180. dps:
  181. - id: 103
  182. type: boolean
  183. name: button
  184. optional: true
  185. - entity: button
  186. name: Night mode off
  187. icon: "mdi:weather-sunny"
  188. category: config
  189. dps:
  190. - id: 103
  191. type: boolean
  192. name: button
  193. optional: true
  194. mapping:
  195. - dps_val: true
  196. value: false
  197. - dps_val: false
  198. value: true
  199. - entity: switch
  200. name: Window check
  201. icon: "mdi:window-open-variant"
  202. category: config
  203. dps:
  204. - id: 104
  205. type: boolean
  206. name: switch
  207. - entity: binary_sensor
  208. class: window
  209. category: diagnostic
  210. dps:
  211. - id: 105
  212. type: boolean
  213. name: sensor
  214. - entity: number
  215. name: Temperature calibration
  216. category: config
  217. icon: "mdi:thermometer-check"
  218. dps:
  219. - id: 106
  220. type: integer
  221. optional: true
  222. name: value
  223. unit: C
  224. range:
  225. min: 0
  226. max: 40
  227. mapping:
  228. - dps_val: null
  229. value_mirror: current_temperature
  230. - id: 3
  231. type: integer
  232. name: current_temperature
  233. hidden: true