blitzwolf_bwsh5_humidifier.yaml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. name: BlitzWolf BWSH5 humidifier
  2. products:
  3. - id: lqzme7o0kzhumdxr
  4. primary_entity:
  5. entity: humidifier
  6. class: humidifier
  7. dps:
  8. - id: 1
  9. name: switch
  10. type: boolean
  11. - id: 4
  12. name: mode
  13. type: string
  14. mapping:
  15. - dps_val: auto
  16. value: auto
  17. - dps_val: health
  18. value: comfort
  19. - dps_val: baby
  20. value: baby
  21. - dps_val: sleep
  22. value: sleep
  23. - dps_val: humidity
  24. value: eco
  25. - dps_val: work
  26. value: boost
  27. - dps_val: manual
  28. value: normal
  29. - id: 13
  30. name: humidity
  31. type: integer
  32. #optional: true
  33. range:
  34. min: 35
  35. max: 75
  36. mapping:
  37. - step: 5
  38. - id: 14
  39. name: current_humidity
  40. type: integer
  41. secondary_entities:
  42. - entity: switch
  43. name: UV sterilization
  44. icon: "mdi:sun-wireless"
  45. category: config
  46. dps:
  47. - id: 21
  48. name: switch
  49. type: boolean
  50. #optional: true
  51. - entity: switch
  52. name: Warm mist
  53. icon: "mdi:fire"
  54. category: config
  55. dps:
  56. - id: 26
  57. name: switch
  58. type: boolean
  59. optional: true
  60. - entity: switch
  61. name: Plasma
  62. icon: "mdi:dots-circle"
  63. category: config
  64. dps:
  65. - id: 35
  66. name: switch
  67. type: boolean
  68. optional: true
  69. - entity: light
  70. name: LED
  71. category: config
  72. dps:
  73. - id: 5
  74. name: switch
  75. type: boolean
  76. mapping:
  77. - dps_val: true
  78. icon: "mdi:led-on"
  79. - dps_val: false
  80. icon: "mdi:led-off"
  81. - entity: select
  82. name: Spray level
  83. icon: "mdi:heat-wave"
  84. category: config
  85. dps:
  86. - id: 23
  87. name: option
  88. type: string
  89. optional: true
  90. mapping:
  91. - dps_val: "level_1"
  92. value: "Level 1 "
  93. - dps_val: "level_2"
  94. value: "Level 2"
  95. - dps_val: "level_3"
  96. value: "Level 3"
  97. - dps_val: "level_4"
  98. value: "Level 4"
  99. - dps_val: "level_5"
  100. value: "Level 5"
  101. - dps_val: "level_6"
  102. value: "Level 6"
  103. - dps_val: "level_7"
  104. value: "Level 7"
  105. - entity: sensor
  106. class: temperature
  107. dps:
  108. - id: 10
  109. type: integer
  110. name: sensor
  111. class: measurement
  112. unit: C
  113. - id: 12
  114. name: temperature_f
  115. type: integer
  116. unit: F
  117. optional: true
  118. - entity: select
  119. name: Timer
  120. icon: "mdi:timer"
  121. category: config
  122. dps:
  123. - id: 19
  124. name: option
  125. type: string
  126. optional: true
  127. mapping:
  128. - dps_val: "cancel"
  129. value: "Off"
  130. - dps_val: "1h"
  131. value: "1 hour"
  132. - dps_val: "2h"
  133. value: "2 hours"
  134. - dps_val: "3h"
  135. value: "3 hours"
  136. - dps_val: "4h"
  137. value: "4 hours"
  138. - dps_val: "5h"
  139. value: "5 hours"
  140. - dps_val: "6h"
  141. value: "6 hours"
  142. - dps_val: "7h"
  143. value: "7 hours"
  144. - dps_val: "8h"
  145. value: "8 hours"
  146. - dps_val: "9h"
  147. value: "9 hours"
  148. - dps_val: "10h"
  149. value: "10 hours"
  150. - dps_val: "11h"
  151. value: "11 hours"
  152. - dps_val: "12h"
  153. value: "12 hours"
  154. - id: 20
  155. name: remaining
  156. type: integer
  157. optional: true
  158. - entity: select
  159. # note: this is used only for device display. To adjust temperature sensor unit change it in entity settings
  160. name: Display temperature unit
  161. category: config
  162. dps:
  163. - id: 18
  164. type: string
  165. name: option
  166. optional: true
  167. mapping:
  168. - dps_val: c
  169. value: Celsius
  170. icon: "mdi:temperature-celsius"
  171. - dps_val: f
  172. value: Fahrenheit
  173. icon: "mdi:temperature-fahrenheit"
  174. - entity: binary_sensor
  175. name: Low water
  176. class: problem
  177. category: diagnostic
  178. dps:
  179. - id: 22
  180. type: bitfield
  181. name: sensor
  182. mapping:
  183. - dps_val: 0
  184. value: false
  185. - dps_val: 1
  186. value: true