blitzwolf_bwsh5_humidifier.yaml 3.6 KB

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