blitzwolf_bwsh2_humidifier.yaml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. # sample DPS {'1': False, '3': 'grade1', '6': 'close', 19: 'cancel'}
  2. name: Humidifier
  3. products:
  4. - id: 20268362d8bfc0080ec9
  5. manufacturer: BlitzWolf
  6. model: BWSH2
  7. entities:
  8. - entity: fan
  9. icon: "mdi:humidifier"
  10. dps:
  11. - id: 1
  12. name: switch
  13. type: boolean
  14. - id: 3
  15. name: speed
  16. type: string
  17. mapping:
  18. - dps_val: sleep
  19. value: 10
  20. - dps_val: grade1
  21. value: 25
  22. - dps_val: grade2
  23. value: 40
  24. - dps_val: grade3
  25. value: 55
  26. - dps_val: grade4
  27. value: 70
  28. - dps_val: grade5
  29. value: 85
  30. - dps_val: grade6
  31. value: 100
  32. - entity: light
  33. dps:
  34. - id: 6
  35. type: string
  36. name: switch
  37. mapping:
  38. - dps_val: close
  39. value: false
  40. # We need a value to set to turn on the light with no parameters.
  41. - dps_val: colour
  42. value: true
  43. - value: true
  44. hidden: true
  45. - id: 6
  46. type: string
  47. name: named_color
  48. mapping:
  49. - dps_val: purple
  50. value: purple
  51. - dps_val: blue
  52. value: blue
  53. - dps_val: cyan
  54. value: cyan
  55. - dps_val: green
  56. value: green
  57. - dps_val: yellow
  58. value: yellow
  59. - dps_val: orange
  60. value: orange
  61. - dps_val: red
  62. value: red
  63. - dps_val: colour
  64. value: white
  65. - dps_val: close
  66. value: black
  67. - entity: select
  68. name: Light
  69. # 2024-11-21
  70. deprecated: light
  71. icon: "mdi:lightbulb"
  72. category: config
  73. dps:
  74. - id: 6
  75. type: string
  76. name: option
  77. mapping:
  78. - dps_val: close
  79. value: "Off"
  80. - dps_val: purple
  81. value: Purple
  82. - dps_val: blue
  83. value: Blue
  84. - dps_val: cyan
  85. value: Cyan
  86. - dps_val: green
  87. value: Green
  88. - dps_val: yellow
  89. value: Yellow
  90. - dps_val: orange
  91. value: Orange
  92. - dps_val: red
  93. value: Red
  94. - dps_val: colour
  95. value: Colorful
  96. - entity: select
  97. translation_key: timer
  98. category: config
  99. dps:
  100. - id: 19
  101. type: string
  102. name: option
  103. mapping:
  104. - dps_val: cancel
  105. value: cancel
  106. - dps_val: "2h"
  107. value: "2h"
  108. - dps_val: "4h"
  109. value: "4h"
  110. - dps_val: "6h"
  111. value: "6h"
  112. - dps_val: "8h"
  113. value: "8h"
  114. - dps_val: "10h"
  115. value: "10h"
  116. - dps_val: "12h"
  117. value: "12h"