| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- name: Vork VK-6067AW air purifier
- products:
- - id: trpege6ebn8at1el
- primary_entity:
- entity: fan
- icon: "mdi:air-purifier"
- translation_only_key: fan_with_presets
- dps:
- - id: 1
- name: switch
- type: boolean
- - id: 4
- type: string
- name: preset_mode
- mapping:
- - dps_val: low
- value: nature
- - dps_val: mid
- value: fresh
- - dps_val: high
- value: strong
- - dps_val: auto
- value: smart
- - dps_val: sleep
- value: sleep
- - id: 22
- name: error_code
- type: integer
- secondary_entities:
- - entity: sensor
- name: Filter
- category: diagnostic
- icon: "mdi:air-filter"
- dps:
- - id: 5
- name: sensor
- type: integer
- unit: "%"
- - entity: light
- category: config
- dps:
- - id: 8
- type: boolean
- name: switch
- mapping:
- - dps_val: true
- icon: "mdi:led-on"
- - dps_val: false
- icon: "mdi:led-off"
- - entity: button
- name: Filter reset
- category: config
- class: restart
- dps:
- - id: 11
- type: boolean
- name: button
- - entity: select
- translation_key: timer
- category: config
- dps:
- - id: 18
- type: string
- name: option
- mapping:
- - dps_val: cancel
- value: "off"
- - dps_val: "1h"
- value: "1 hour"
- - dps_val: "2h"
- value: "2 hours"
- - entity: sensor
- translation_key: time_remaining
- class: duration
- category: diagnostic
- dps:
- - id: 19
- name: sensor
- type: integer
- unit: min
- - entity: sensor
- name: Air quality
- category: diagnostic
- class: enum
- icon: "mdi:air-filter"
- dps:
- - id: 21
- name: sensor
- type: string
- mapping:
- - dps_val: great
- value: "Great"
- - dps_val: "good"
- value: "Good"
- - dps_val: "medium"
- value: "Medium"
- - dps_val: "severe"
- value: "Severe"
- - entity: binary_sensor
- category: diagnostic
- class: problem
- dps:
- - id: 22
- name: sensor
- type: bitfield
- mapping:
- - dps_val: 0
- value: false
- - value: true
|