| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- name: Air purifier
- products:
- - id: sgodozglgymucvq2
- manufacturer: Tesla Smart
- model: Mini
- entities:
- - entity: fan
- translation_only_key: fan_with_presets
- dps:
- - id: 1
- type: boolean
- name: switch
- - id: 4
- name: preset_mode
- type: string
- mapping:
- - dps_val: auto
- value: smart
- - dps_val: sleep
- value: sleep
- - dps_val: mid
- value: fresh
- - dps_val: high
- value: strong
- - entity: light
- category: config
- dps:
- - id: 8
- name: switch
- type: boolean
- - entity: switch
- translation_key: ionizer
- category: config
- dps:
- - id: 6
- name: switch
- type: boolean
- - entity: sensor
- name: Filter
- category: diagnostic
- icon: "mdi:air-filter"
- dps:
- - id: 5
- type: integer
- name: sensor
- unit: "%"
- - entity: select
- translation_key: timer
- category: config
- dps:
- - id: 18
- type: string
- name: option
- mapping:
- - dps_val: cancel
- value: cancel
- - dps_val: "1h"
- value: "1h"
- - dps_val: "2h"
- value: "2h"
- - dps_val: "4h"
- value: "4h"
|