| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- name: Tesla smart air purifier mini
- products:
- - id: sgodozglgymucvq2
- primary_entity:
- 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
- secondary_entities:
- - 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: "1 hour"
- - dps_val: "2h"
- value: "2 hours"
- - dps_val: "4h"
- value: "4 hours"
|