electriq_cd12pro_dehumidifier.yaml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. name: "Electriq CD12PRO-LE 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: 3
  16. - id: 2
  17. type: integer
  18. name: humidity
  19. range:
  20. min: 35
  21. max: 80
  22. mapping:
  23. - step: 5
  24. - id: 5
  25. name: mode
  26. type: string
  27. mapping:
  28. - dps_val: "Smart"
  29. value: auto
  30. - dps_val: "Dehumidify"
  31. value: normal
  32. - dps_val: Laundry
  33. value: laundry
  34. icon: "mdi:tshirt-crew-outline"
  35. icon_priority: 2
  36. - dps_val: Fan
  37. value: purify
  38. icon: "mdi:air-purifier"
  39. icon_priority: 2
  40. - id: 6
  41. name: current_humidity
  42. type: integer
  43. - id: 19
  44. name: fault_code
  45. type: integer
  46. secondary_entities:
  47. - entity: fan
  48. dps:
  49. - id: 1
  50. type: boolean
  51. name: switch
  52. - id: 4
  53. name: speed
  54. type: string
  55. mapping:
  56. - dps_val: low
  57. value: 50
  58. - dps_val: high
  59. value: 100
  60. - id: 102
  61. name: oscillate
  62. type: string
  63. mapping:
  64. - dps_val: "90"
  65. value: false
  66. - dps_val: "45"
  67. value: false
  68. - dps_val: "45_90"
  69. value: true
  70. - entity: select
  71. name: "Fan position"
  72. category: config
  73. dps:
  74. - id: 102
  75. name: option
  76. type: string
  77. mapping:
  78. - dps_val: "45"
  79. value: "Half open"
  80. - dps_val: "90"
  81. value: "Fully open"
  82. - dps_val: "45_90"
  83. value: "Oscillate"
  84. - entity: switch
  85. translation_key: uv_sterilization
  86. category: config
  87. dps:
  88. - id: 13
  89. name: switch
  90. type: boolean
  91. - entity: light
  92. translation_key: indicator
  93. category: config
  94. dps:
  95. - id: 101
  96. type: boolean
  97. name: switch
  98. - entity: switch
  99. translation_key: ionizer
  100. category: config
  101. dps:
  102. - id: 10
  103. name: switch
  104. type: boolean
  105. - entity: switch
  106. name: Sleep
  107. category: config
  108. dps:
  109. - id: 104
  110. type: boolean
  111. name: switch
  112. mapping:
  113. - dps_val: true
  114. icon: "mdi:sleep"
  115. - dps_val: false
  116. icon: "mdi:sleep-off"
  117. - entity: binary_sensor
  118. translation_key: tank_full
  119. category: diagnostic
  120. dps:
  121. - id: 19
  122. name: sensor
  123. type: integer
  124. mapping:
  125. - dps_val: 1
  126. value: true
  127. - dps_val: 0
  128. value: false