vork_vk6067aw_purifier.yaml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. name: Vork VK-6067AW air purifier
  2. products:
  3. - id: trpege6ebn8at1el
  4. primary_entity:
  5. entity: fan
  6. icon: "mdi:air-purifier"
  7. translation_only_key: fan_with_presets
  8. dps:
  9. - id: 1
  10. name: switch
  11. type: boolean
  12. - id: 4
  13. type: string
  14. name: preset_mode
  15. mapping:
  16. - dps_val: low
  17. value: nature
  18. - dps_val: mid
  19. value: fresh
  20. - dps_val: high
  21. value: strong
  22. - dps_val: auto
  23. value: smart
  24. - dps_val: sleep
  25. value: sleep
  26. - id: 22
  27. name: error_code
  28. type: integer
  29. secondary_entities:
  30. - entity: sensor
  31. name: Filter
  32. category: diagnostic
  33. icon: "mdi:air-filter"
  34. dps:
  35. - id: 5
  36. name: sensor
  37. type: integer
  38. unit: "%"
  39. - entity: light
  40. category: config
  41. dps:
  42. - id: 8
  43. type: boolean
  44. name: switch
  45. mapping:
  46. - dps_val: true
  47. icon: "mdi:led-on"
  48. - dps_val: false
  49. icon: "mdi:led-off"
  50. - entity: button
  51. name: Filter reset
  52. category: config
  53. class: restart
  54. dps:
  55. - id: 11
  56. type: boolean
  57. name: button
  58. - entity: select
  59. translation_key: timer
  60. category: config
  61. dps:
  62. - id: 18
  63. type: string
  64. name: option
  65. mapping:
  66. - dps_val: cancel
  67. value: "off"
  68. - dps_val: "1h"
  69. value: "1 hour"
  70. - dps_val: "2h"
  71. value: "2 hours"
  72. - entity: sensor
  73. name: Timer
  74. class: duration
  75. category: diagnostic
  76. dps:
  77. - id: 19
  78. name: sensor
  79. type: integer
  80. unit: min
  81. - entity: sensor
  82. name: Air quality
  83. category: diagnostic
  84. class: enum
  85. icon: "mdi:air-filter"
  86. dps:
  87. - id: 21
  88. name: sensor
  89. type: string
  90. mapping:
  91. - dps_val: great
  92. value: "Great"
  93. - dps_val: "good"
  94. value: "Good"
  95. - dps_val: "medium"
  96. value: "Medium"
  97. - dps_val: "severe"
  98. value: "Severe"
  99. - entity: binary_sensor
  100. category: diagnostic
  101. class: problem
  102. dps:
  103. - id: 22
  104. name: sensor
  105. type: bitfield
  106. mapping:
  107. - dps_val: 0
  108. value: false
  109. - value: true