eeese_carl_dehumidifier.yaml 3.1 KB

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