duux_bright_purifier.yaml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. name: Air purifier
  2. products:
  3. - id: go2ndjijilncwuf7
  4. manufacturer: Duux
  5. model: Bright
  6. entities:
  7. - entity: fan
  8. translation_key: fan_with_presets
  9. icon: "mdi:air-purifier"
  10. dps:
  11. - id: 1
  12. type: boolean
  13. name: switch
  14. - id: 4
  15. type: string
  16. name: preset_mode
  17. mapping:
  18. - dps_val: auto
  19. value: auto
  20. - dps_val: "1"
  21. value: low
  22. - dps_val: "2"
  23. value: medium
  24. - dps_val: "3"
  25. value: high
  26. - dps_val: sleep
  27. value: sleep
  28. - entity: sensor
  29. class: pm25
  30. dps:
  31. - id: 2
  32. type: integer
  33. name: sensor
  34. class: measurement
  35. unit: ugm3
  36. - entity: sensor
  37. name: Filter usage
  38. icon: "mdi:air-filter"
  39. category: diagnostic
  40. dps:
  41. - id: 5
  42. type: integer
  43. name: sensor
  44. unit: "%"
  45. - entity: switch
  46. translation_key: ionizer
  47. category: config
  48. dps:
  49. - id: 6
  50. type: boolean
  51. name: switch
  52. - entity: button
  53. name: Replace filter
  54. class: restart
  55. category: config
  56. dps:
  57. - id: 11
  58. type: boolean
  59. name: button
  60. - entity: select
  61. translation_key: timer
  62. category: config
  63. dps:
  64. - id: 18
  65. type: string
  66. name: option
  67. mapping:
  68. - dps_val: cancel
  69. value: cancel
  70. - dps_val: "2h"
  71. value: "2h"
  72. - dps_val: "4h"
  73. value: "4h"
  74. - dps_val: "6h"
  75. value: "6h"
  76. - dps_val: "8h"
  77. value: "8h"
  78. - entity: sensor
  79. translation_key: air_quality
  80. class: enum
  81. category: diagnostic
  82. dps:
  83. - id: 21
  84. type: string
  85. name: sensor
  86. mapping:
  87. - dps_val: great
  88. value: excellent
  89. - dps_val: good
  90. value: good
  91. - dps_val: poor
  92. value: poor