| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- name: Tesla smart air purifier mini
- products:
- - id: sgodozglgymucvq2
- primary_entity:
- entity: fan
- translation_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
- name: Ionizer
- category: config
- icon: "mdi:dots-hexagon"
- 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
- name: Timer
- icon: "mdi: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"
|