blitzwolf_bwsh2_humidifier.yaml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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. deprecated: light
  70. icon: "mdi:lightbulb"
  71. category: config
  72. dps:
  73. - id: 6
  74. type: string
  75. name: option
  76. mapping:
  77. - dps_val: close
  78. value: "Off"
  79. - dps_val: purple
  80. value: Purple
  81. - dps_val: blue
  82. value: Blue
  83. - dps_val: cyan
  84. value: Cyan
  85. - dps_val: green
  86. value: Green
  87. - dps_val: yellow
  88. value: Yellow
  89. - dps_val: orange
  90. value: Orange
  91. - dps_val: red
  92. value: Red
  93. - dps_val: colour
  94. value: Colorful
  95. - entity: select
  96. translation_key: timer
  97. category: config
  98. dps:
  99. - id: 19
  100. type: string
  101. name: option
  102. mapping:
  103. - dps_val: cancel
  104. value: cancel
  105. - dps_val: "2h"
  106. value: "2h"
  107. - dps_val: "4h"
  108. value: "4h"
  109. - dps_val: "6h"
  110. value: "6h"
  111. - dps_val: "8h"
  112. value: "8h"
  113. - dps_val: "10h"
  114. value: "10h"
  115. - dps_val: "12h"
  116. value: "12h"