eesee_adam_dehumidifier.yaml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. name: Eeese Adam 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: 1
  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: 25
  21. max: 80
  22. mapping:
  23. - step: 5
  24. - id: 4
  25. name: mode
  26. type: string
  27. mapping:
  28. - dps_val: manual
  29. value: normal
  30. - dps_val: laundry
  31. value: boost
  32. icon: "mdi:tshirt-crew-outline"
  33. icon_priority: 3
  34. - id: 16
  35. type: integer
  36. name: current_humidity
  37. - id: 19
  38. type: bitfield
  39. name: error
  40. mapping:
  41. - dps_val: 1
  42. icon: "mdi:cup-water"
  43. icon_priority: 2
  44. hidden: true
  45. secondary_entities:
  46. - entity: fan
  47. dps:
  48. - id: 1
  49. type: boolean
  50. name: switch
  51. - id: 4
  52. type: string
  53. name: dehumidifier_mode
  54. hidden: true
  55. - id: 5
  56. type: string
  57. name: speed
  58. mapping:
  59. - dps_val: low
  60. value: 50
  61. constraint: dehumidifier_mode
  62. conditions:
  63. - dps_val: laundry
  64. invalid: true
  65. - dps_val: high
  66. value: 100
  67. - entity: sensor
  68. name: Current humidity
  69. deprecated: humidifier
  70. category: diagnostic
  71. class: humidity
  72. dps:
  73. - id: 16
  74. type: integer
  75. name: sensor
  76. unit: "%"
  77. class: measurement
  78. - entity: binary_sensor
  79. name: Tank
  80. class: problem
  81. category: diagnostic
  82. dps:
  83. - id: 19
  84. type: bitfield
  85. name: sensor
  86. mapping:
  87. - dps_val: 0
  88. value: false
  89. - value: true
  90. - entity: lock
  91. translation_key: child_lock
  92. category: config
  93. dps:
  94. - id: 14
  95. type: boolean
  96. name: lock
  97. - entity: select
  98. name: Timer
  99. icon: "mdi:timer"
  100. category: config
  101. dps:
  102. - id: 17
  103. type: string
  104. name: option
  105. mapping:
  106. - dps_val: cancel
  107. value: "Off"
  108. - dps_val: 1h
  109. value: 1 hour
  110. - dps_val: 2h
  111. value: 2 hours
  112. - dps_val: 3h
  113. value: 3 hours
  114. - dps_val: 4h
  115. value: 4 hours
  116. - dps_val: 5h
  117. value: 5 hours
  118. - dps_val: 6h
  119. value: 6 hours
  120. - dps_val: 7h
  121. value: 7 hours
  122. - dps_val: 8h
  123. value: 8 hours
  124. - dps_val: 9h
  125. value: 9 hours
  126. - dps_val: 10h
  127. value: 10 hours
  128. - dps_val: 11h
  129. value: 11 hours
  130. - dps_val: 12h
  131. value: 12 hours
  132. - dps_val: 13h
  133. value: 13 hours
  134. - dps_val: 14h
  135. value: 14 hours
  136. - dps_val: 15h
  137. value: 15 hours
  138. - dps_val: 16h
  139. value: 16 hours
  140. - dps_val: 17h
  141. value: 17 hours
  142. - dps_val: 18h
  143. value: 18 hours
  144. - dps_val: 19h
  145. value: 19 hours
  146. - dps_val: 20h
  147. value: 20 hours
  148. - dps_val: 21h
  149. value: 21 hours
  150. - dps_val: 22h
  151. value: 22 hours
  152. - dps_val: 23h
  153. value: 23 hours
  154. - dps_val: 24h
  155. value: 24 hours