| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- name: Poiema One air purifier
- products:
- - id: 2q2jgeegaziyugdg
- primary_entity:
- entity: fan
- icon: "mdi:air-purifier"
- translation_only_key: fan_with_presets
- dps:
- - id: 1
- type: boolean
- name: switch
- - id: 3
- type: string
- name: preset_mode
- mapping:
- - dps_val: manual
- value: normal
- - dps_val: auto
- value: smart
- - dps_val: sleep
- value: sleep
- - id: 4
- type: string
- name: speed
- mapping:
- - dps_val: "low"
- value: 25
- - dps_val: "mid"
- value: 50
- - dps_val: "high"
- value: 75
- - dps_val: "strong"
- value: 100
- secondary_entities:
- - entity: sensor
- class: pm25
- dps:
- - id: 2
- type: integer
- name: sensor
- class: measurement
- unit: ugm3
- - entity: lock
- translation_key: child_lock
- category: config
- dps:
- - id: 7
- type: boolean
- name: lock
- - 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"
- - dps_val: "3h"
- value: "3 hours"
- - dps_val: "4h"
- value: "4 hours"
- - dps_val: "5h"
- value: "5 hours"
- - entity: sensor
- translation_key: time_remaining
- category: diagnostic
- class: duration
- dps:
- - id: 19
- type: integer
- unit: min
- name: sensor
|