vork_vk6067aw_purifier.yaml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. name: Vork VK-6067AW air purifier
  2. products:
  3. - id: trpege6ebn8at1el
  4. primary_entity:
  5. entity: fan
  6. icon: "mdi:air-purifier"
  7. dps:
  8. - id: 1
  9. name: switch
  10. type: boolean
  11. - id: 4
  12. type: string
  13. name: preset_mode
  14. mapping:
  15. - dps_val: "low"
  16. value: "Low"
  17. - dps_val: "mid"
  18. value: "Mid"
  19. - dps_val: "high"
  20. value: "High"
  21. - dps_val: "auto"
  22. value: "Auto"
  23. - dps_val: "sleep"
  24. value: "Sleep"
  25. - id: 22
  26. name: error_code
  27. type: integer
  28. secondary_entities:
  29. - entity: sensor
  30. name: Filter
  31. category: diagnostic
  32. icon: "mdi:air-filter"
  33. dps:
  34. - id: 5
  35. name: sensor
  36. type: integer
  37. unit: "%"
  38. - entity: light
  39. category: config
  40. dps:
  41. - id: 8
  42. type: boolean
  43. name: switch
  44. mapping:
  45. - dps_val: true
  46. icon: "mdi:led-on"
  47. - dps_val: false
  48. icon: "mdi:led-off"
  49. - entity: button
  50. name: Filter reset
  51. category: config
  52. class: restart
  53. dps:
  54. - id: 11
  55. type: boolean
  56. name: button
  57. - entity: select
  58. name: Timer
  59. category: config
  60. icon: "mdi:timer"
  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. icon: "mdi:timer"
  77. dps:
  78. - id: 19
  79. name: sensor
  80. type: integer
  81. unit: min
  82. - entity: sensor
  83. name: Air quality
  84. category: diagnostic
  85. class: enum
  86. icon: "mdi:air-filter"
  87. dps:
  88. - id: 21
  89. name: sensor
  90. type: string
  91. mapping:
  92. - dps_val: great
  93. value: "Great"
  94. - dps_val: "good"
  95. value: "Good"
  96. - dps_val: "medium"
  97. value: "Medium"
  98. - dps_val: "severe"
  99. value: "Severe"
  100. - entity: binary_sensor
  101. name: Error
  102. category: diagnostic
  103. class: problem
  104. dps:
  105. - id: 22
  106. name: sensor
  107. type: bitfield
  108. mapping:
  109. - dps_val: 0
  110. value: false
  111. - value: true