eeese_carl_dehumidifier.yaml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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. translation_key: tank_full
  62. category: diagnostic
  63. dps:
  64. - id: 19
  65. type: bitfield
  66. name: sensor
  67. mapping:
  68. - dps_val: 0
  69. value: false
  70. - value: true
  71. - entity: lock
  72. translation_key: child_lock
  73. category: config
  74. dps:
  75. - id: 14
  76. type: boolean
  77. name: lock
  78. - entity: select
  79. translation_key: timer
  80. category: config
  81. dps:
  82. - id: 17
  83. type: string
  84. name: option
  85. mapping:
  86. - dps_val: cancel
  87. value: "Off"
  88. - dps_val: 1h
  89. value: 1 hour
  90. - dps_val: 2h
  91. value: 2 hours
  92. - dps_val: 3h
  93. value: 3 hours
  94. - dps_val: 4h
  95. value: 4 hours
  96. - dps_val: 5h
  97. value: 5 hours
  98. - dps_val: 6h
  99. value: 6 hours
  100. - dps_val: 7h
  101. value: 7 hours
  102. - dps_val: 8h
  103. value: 8 hours
  104. - dps_val: 9h
  105. value: 9 hours
  106. - dps_val: 10h
  107. value: 10 hours
  108. - dps_val: 11h
  109. value: 11 hours
  110. - dps_val: 12h
  111. value: 12 hours
  112. - dps_val: 13h
  113. value: 13 hours
  114. - dps_val: 14h
  115. value: 14 hours
  116. - dps_val: 15h
  117. value: 15 hours
  118. - dps_val: 16h
  119. value: 16 hours
  120. - dps_val: 17h
  121. value: 17 hours
  122. - dps_val: 18h
  123. value: 18 hours
  124. - dps_val: 19h
  125. value: 19 hours
  126. - dps_val: 20h
  127. value: 20 hours
  128. - dps_val: 21h
  129. value: 21 hours
  130. - dps_val: 22h
  131. value: 22 hours
  132. - dps_val: 23h
  133. value: 23 hours
  134. - dps_val: 24h
  135. value: 24 hours