eeese_otto_dehumidifier.yaml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. name: Eeese Otto 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: 25
  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: Clothdrying
  31. value: laundry
  32. icon: "mdi:t-shirt-crew"
  33. icon_priority: 3
  34. - dps_val: SLeeping
  35. value: sleep
  36. icon: "mdi:sleep"
  37. icon_priority: 3
  38. - id: 6
  39. type: integer
  40. name: current_humidity
  41. - id: 19
  42. type: bitfield
  43. name: error
  44. optional: true
  45. mapping:
  46. - dps_val: 1
  47. icon: "mdi:cup-water"
  48. icon_priority: 1
  49. secondary_entities:
  50. - entity: binary_sensor
  51. translation_key: tank_full
  52. category: diagnostic
  53. dps:
  54. - id: 19
  55. type: bitfield
  56. name: sensor
  57. optional: true
  58. mapping:
  59. - dps_val: 0
  60. value: false
  61. - dps_val: null
  62. value: false
  63. - value: true
  64. - entity: switch
  65. name: Swing
  66. icon: "mdi:cached"
  67. category: config
  68. dps:
  69. - id: 8
  70. type: boolean
  71. name: switch
  72. - entity: switch
  73. translation_key: ionizer
  74. category: config
  75. dps:
  76. - id: 10
  77. type: boolean
  78. name: switch
  79. - entity: lock
  80. translation_key: child_lock
  81. category: config
  82. dps:
  83. - id: 16
  84. type: boolean
  85. name: lock
  86. optional: true
  87. - entity: select
  88. translation_key: timer
  89. category: config
  90. dps:
  91. - id: 17
  92. type: string
  93. name: option
  94. mapping:
  95. - dps_val: cancel
  96. value: "Off"
  97. - dps_val: 1h
  98. value: 1 hour
  99. - dps_val: 2h
  100. value: 2 hours
  101. - dps_val: 3h
  102. value: 3 hours
  103. - dps_val: 4h
  104. value: 4 hours
  105. - dps_val: 5h
  106. value: 5 hours
  107. - dps_val: 6h
  108. value: 6 hours
  109. - dps_val: 7h
  110. value: 7 hours
  111. - dps_val: 8h
  112. value: 8 hours
  113. - dps_val: 9h
  114. value: 9 hours
  115. - dps_val: 10h
  116. value: 10 hours
  117. - dps_val: 11h
  118. value: 11 hours
  119. - dps_val: 12h
  120. value: 12 hours
  121. - dps_val: 13h
  122. value: 13 hours
  123. - dps_val: 14h
  124. value: 14 hours
  125. - dps_val: 15h
  126. value: 15 hours
  127. - dps_val: 16h
  128. value: 16 hours
  129. - dps_val: 17h
  130. value: 17 hours
  131. - dps_val: 18h
  132. value: 18 hours
  133. - dps_val: 19h
  134. value: 19 hours
  135. - dps_val: 20h
  136. value: 20 hours
  137. - dps_val: 21h
  138. value: 21 hours
  139. - dps_val: 22h
  140. value: 22 hours
  141. - dps_val: 23h
  142. value: 23 hours
  143. - dps_val: 24h
  144. value: 24 hours