| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- name: Dehumidifier
- products:
- - id: 4o6u7vjbiqm9byms
- name: Tesla Smart XL
- primary_entity:
- entity: humidifier
- class: dehumidifier
- dps:
- - id: 1
- type: boolean
- name: switch
- - id: 2
- type: integer
- name: humidity
- range:
- min: 20
- max: 80
- mapping:
- - step: 20
- - id: 6
- type: integer
- name: current_humidity
- secondary_entities:
- - entity: fan
- dps:
- - id: 1
- type: boolean
- name: switch
- - id: 4
- type: string
- name: speed
- mapping:
- - dps_val: Sleep
- value: 33
- - dps_val: Low
- value: 66
- - dps_val: High
- value: 100
- - entity: lock
- translation_key: child_lock
- category: config
- dps:
- - id: 16
- type: boolean
- name: lock
- - entity: select
- translation_key: timer
- category: config
- dps:
- - id: 17
- type: string
- name: option
- mapping:
- - dps_val: cancel
- value: "Off"
- - dps_val: "2h"
- value: "2 hours"
- - dps_val: "4h"
- value: "4 hours"
- - dps_val: "8h"
- value: "8 hours"
- - entity: sensor
- translation_key: time_remaining
- class: duration
- category: diagnostic
- dps:
- - id: 18
- type: integer
- name: sensor
- unit: min
- - entity: binary_sensor
- class: problem
- category: diagnostic
- dps:
- - id: 19
- type: bitfield
- name: sensor
- mapping:
- - dps_val: 0
- value: false
- - value: true
- - id: 19
- type: bitfield
- name: fault_code
|