vork_vk6067aw_purifier.yaml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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_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. name: Timer
  60. category: config
  61. icon: "mdi:timer"
  62. dps:
  63. - id: 18
  64. type: string
  65. name: option
  66. mapping:
  67. - dps_val: cancel
  68. value: "off"
  69. - dps_val: "1h"
  70. value: "1 hour"
  71. - dps_val: "2h"
  72. value: "2 hours"
  73. - entity: sensor
  74. name: Timer
  75. class: duration
  76. category: diagnostic
  77. icon: "mdi:timer"
  78. dps:
  79. - id: 19
  80. name: sensor
  81. type: integer
  82. unit: min
  83. - entity: sensor
  84. name: Air quality
  85. category: diagnostic
  86. class: enum
  87. icon: "mdi:air-filter"
  88. dps:
  89. - id: 21
  90. name: sensor
  91. type: string
  92. mapping:
  93. - dps_val: great
  94. value: "Great"
  95. - dps_val: "good"
  96. value: "Good"
  97. - dps_val: "medium"
  98. value: "Medium"
  99. - dps_val: "severe"
  100. value: "Severe"
  101. - entity: binary_sensor
  102. name: Error
  103. category: diagnostic
  104. class: problem
  105. dps:
  106. - id: 22
  107. name: sensor
  108. type: bitfield
  109. mapping:
  110. - dps_val: 0
  111. value: false
  112. - value: true