eeese_anna_dehumidifier.yaml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. name: Eeese Anna dehumidifier
  2. primary_entity:
  3. entity: humidifier
  4. class: dehumidifier
  5. dps:
  6. - id: 1
  7. name: switch
  8. type: boolean
  9. mapping:
  10. - dps_val: false
  11. icon: "mdi:air-humidifier-off"
  12. icon_priority: 2
  13. - dps_val: true
  14. icon: "mdi:air-humidifier"
  15. icon_priority: 4
  16. - id: 2
  17. name: humidity
  18. type: integer
  19. range:
  20. min: 30
  21. max: 80
  22. mapping:
  23. - step: 5
  24. - id: 5
  25. name: mode
  26. type: string
  27. mapping:
  28. - dps_val: Manual
  29. value: normal
  30. - dps_val: Auto
  31. value: auto
  32. - dps_val: Laundrydrying
  33. value: laundry
  34. icon: "mdi:tshirt-crew"
  35. icon_priority: 3
  36. - dps_val: Sleeping
  37. value: sleep
  38. icon: "mdi:sleep"
  39. icon_priority: 3
  40. - dps_val: Purifying
  41. value: purify
  42. icon: "mdi:air-purifier"
  43. icon_priority: 3
  44. - id: 6
  45. name: current_humidity
  46. type: integer
  47. - id: 19
  48. type: bitfield
  49. name: fault_code
  50. optional: true
  51. mapping:
  52. - dps_val: 4
  53. icon: "mdi:cup-water"
  54. icon_priority: 1
  55. secondary_entities:
  56. - entity: binary_sensor
  57. translation_key: tank_full
  58. category: diagnostic
  59. dps:
  60. - id: 19
  61. type: bitfield
  62. name: sensor
  63. optional: true
  64. mapping:
  65. - dps_val: 4
  66. value: true
  67. - value: false
  68. - entity: binary_sensor
  69. translation_key: defrost
  70. category: diagnostic
  71. dps:
  72. - id: 19
  73. type: bitfield
  74. name: sensor
  75. optional: true
  76. mapping:
  77. - dps_val: 8
  78. value: true
  79. - value: false
  80. - entity: binary_sensor
  81. class: problem
  82. category: diagnostic
  83. dps:
  84. - id: 19
  85. type: bitfield
  86. name: sensor
  87. optional: true
  88. mapping:
  89. - dps_val: 0
  90. value: false
  91. - dps_val: null
  92. value: false
  93. - dps_val: 4
  94. value: false
  95. - dps_val: 8
  96. value: false
  97. - value: true
  98. - entity: switch
  99. name: Ionizer
  100. icon: "mdi:atom-variant"
  101. category: config
  102. dps:
  103. - id: 10
  104. type: boolean
  105. name: switch
  106. - entity: lock
  107. translation_key: child_lock
  108. category: config
  109. dps:
  110. - id: 16
  111. type: boolean
  112. name: lock
  113. optional: true
  114. - entity: select
  115. name: Fan speed
  116. icon: "mdi:fan"
  117. category: config
  118. dps:
  119. - id: 4
  120. type: string
  121. name: option
  122. mapping:
  123. - dps_val: low
  124. value: Low
  125. - dps_val: high
  126. value: High
  127. - entity: select
  128. translation_key: timer
  129. category: config
  130. dps:
  131. - id: 17
  132. type: string
  133. name: option
  134. mapping:
  135. - dps_val: cancel
  136. value: "Off"
  137. - dps_val: 1h
  138. value: 1 hour
  139. - dps_val: 2h
  140. value: 2 hours
  141. - dps_val: 3h
  142. value: 3 hours
  143. - dps_val: 4h
  144. value: 4 hours
  145. - dps_val: 5h
  146. value: 5 hours
  147. - dps_val: 6h
  148. value: 6 hours
  149. - dps_val: 7h
  150. value: 7 hours
  151. - dps_val: 8h
  152. value: 8 hours
  153. - dps_val: 9h
  154. value: 9 hours
  155. - dps_val: 10h
  156. value: 10 hours
  157. - dps_val: 11h
  158. value: 11 hours
  159. - dps_val: 12h
  160. value: 12 hours
  161. - dps_val: 13h
  162. value: 13 hours
  163. - dps_val: 14h
  164. value: 14 hours
  165. - dps_val: 15h
  166. value: 15 hours
  167. - dps_val: 16h
  168. value: 16 hours
  169. - dps_val: 17h
  170. value: 17 hours
  171. - dps_val: 18h
  172. value: 18 hours
  173. - dps_val: 19h
  174. value: 19 hours
  175. - dps_val: 20h
  176. value: 20 hours
  177. - dps_val: 21h
  178. value: 21 hours
  179. - dps_val: 22h
  180. value: 22 hours
  181. - dps_val: 23h
  182. value: 23 hours
  183. - dps_val: 24h
  184. value: 24 hours