duux_beam2_humidifier.yaml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. name: Humidifier
  2. products:
  3. - id: wksnqcoh6yzpoam9
  4. manufacturer: Duux
  5. model: Beam 2
  6. entities:
  7. - entity: humidifier
  8. class: humidifier
  9. translation_key: extended
  10. dps:
  11. - id: 1
  12. name: switch
  13. type: boolean
  14. - id: 15
  15. name: humidity
  16. type: integer
  17. optional: true
  18. range:
  19. min: 40
  20. max: 90
  21. mapping:
  22. - step: 5
  23. - id: 16
  24. name: current_humidity
  25. type: integer
  26. - id: 12
  27. name: mode
  28. type: string
  29. optional: true
  30. mapping:
  31. - dps_val: auto
  32. value: "auto"
  33. - dps_val: general
  34. value: "continuous"
  35. - entity: fan
  36. icon: "mdi:spray"
  37. dps:
  38. - id: 1
  39. name: switch
  40. type: boolean
  41. - id: 2
  42. name: speed
  43. type: string
  44. optional: true
  45. mapping:
  46. # "large" is the lowest device's fan speed.
  47. - dps_val: large
  48. value: 33
  49. - dps_val: middle
  50. value: 50
  51. - dps_val: small
  52. value: 100
  53. - entity: light
  54. translation_key: nightlight
  55. category: config
  56. dps:
  57. - id: 5
  58. name: switch
  59. type: boolean
  60. optional: true
  61. - entity: sensor
  62. class: temperature
  63. dps:
  64. - id: 14
  65. type: integer
  66. optional: true
  67. name: sensor
  68. class: measurement
  69. unit: C
  70. - entity: select
  71. translation_key: timer
  72. category: config
  73. dps:
  74. - id: 3
  75. name: option
  76. type: string
  77. optional: true
  78. mapping:
  79. - dps_val: cancel
  80. value: cancel
  81. - dps_val: "1"
  82. value: 1h
  83. - dps_val: "2"
  84. value: 2h
  85. - dps_val: "3"
  86. value: 3h
  87. - dps_val: "4"
  88. value: 4h
  89. - dps_val: "5"
  90. value: 5h
  91. - dps_val: "6"
  92. value: 6h
  93. - entity: switch
  94. translation_key: sleep
  95. category: config
  96. dps:
  97. - id: 21
  98. name: switch
  99. type: boolean
  100. optional: true
  101. - entity: switch
  102. dps:
  103. - id: 10
  104. type: boolean
  105. optional: true
  106. name: switch
  107. - entity: binary_sensor
  108. class: problem
  109. category: diagnostic
  110. dps:
  111. - id: 9
  112. type: bitfield
  113. optional: true
  114. name: sensor
  115. mapping:
  116. - dps_val: 0
  117. value: false
  118. - dps_val: 1
  119. value: false
  120. - dps_val: null
  121. value: false
  122. - value: true
  123. - id: 9
  124. type: bitfield
  125. name: fault_code
  126. optional: true
  127. - entity: binary_sensor
  128. translation_key: tank_empty
  129. dps:
  130. - id: 9
  131. type: bitfield
  132. optional: true
  133. name: sensor
  134. mapping:
  135. - dps_val: 1
  136. value: true
  137. - value: false