eeese_anna_dehumidifier.yaml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  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. translation_key: ionizer
  100. category: config
  101. dps:
  102. - id: 10
  103. type: boolean
  104. name: switch
  105. - entity: lock
  106. translation_key: child_lock
  107. category: config
  108. dps:
  109. - id: 16
  110. type: boolean
  111. name: lock
  112. optional: true
  113. - entity: select
  114. name: Fan speed
  115. icon: "mdi:fan"
  116. category: config
  117. dps:
  118. - id: 4
  119. type: string
  120. name: option
  121. mapping:
  122. - dps_val: low
  123. value: Low
  124. - dps_val: high
  125. value: High
  126. - entity: select
  127. translation_key: timer
  128. category: config
  129. dps:
  130. - id: 17
  131. type: string
  132. name: option
  133. mapping:
  134. - dps_val: cancel
  135. value: "Off"
  136. - dps_val: 1h
  137. value: 1 hour
  138. - dps_val: 2h
  139. value: 2 hours
  140. - dps_val: 3h
  141. value: 3 hours
  142. - dps_val: 4h
  143. value: 4 hours
  144. - dps_val: 5h
  145. value: 5 hours
  146. - dps_val: 6h
  147. value: 6 hours
  148. - dps_val: 7h
  149. value: 7 hours
  150. - dps_val: 8h
  151. value: 8 hours
  152. - dps_val: 9h
  153. value: 9 hours
  154. - dps_val: 10h
  155. value: 10 hours
  156. - dps_val: 11h
  157. value: 11 hours
  158. - dps_val: 12h
  159. value: 12 hours
  160. - dps_val: 13h
  161. value: 13 hours
  162. - dps_val: 14h
  163. value: 14 hours
  164. - dps_val: 15h
  165. value: 15 hours
  166. - dps_val: 16h
  167. value: 16 hours
  168. - dps_val: 17h
  169. value: 17 hours
  170. - dps_val: 18h
  171. value: 18 hours
  172. - dps_val: 19h
  173. value: 19 hours
  174. - dps_val: 20h
  175. value: 20 hours
  176. - dps_val: 21h
  177. value: 21 hours
  178. - dps_val: 22h
  179. value: 22 hours
  180. - dps_val: 23h
  181. value: 23 hours
  182. - dps_val: 24h
  183. value: 24 hours