| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- name: Arlec floor fan
- products:
- - id: tsgf7ywzeit2d90b
- name: Arlec 45cm black floor fan
- primary_entity:
- entity: fan
- translation_key: fan_with_presets
- dps:
- - id: 1
- name: switch
- type: boolean
- - id: 2
- name: preset_mode
- type: string
- optional: true
- mapping:
- - dps_val: nature
- value: nature
- - dps_val: sleep
- value: sleep
- - dps_val: fresh
- value: fresh
- - dps_val: smart
- value: smart
- - dps_val: strong
- value: strong
- - dps_val: closed
- value: "off"
- - dps_val: ordinary
- value: normal
- - dps_val: null
- value: "off"
- - id: 3
- name: speed
- type: string
- mapping:
- - dps_val: "1"
- value: 17
- - dps_val: "2"
- value: 33
- - dps_val: "3"
- value: 50
- - dps_val: "4"
- value: 67
- - dps_val: "5"
- value: 83
- - dps_val: "6"
- value: 100
- - id: 101
- type: boolean
- name: oscillate
- - id: 8
- type: bitfield
- name: fault_code
- secondary_entities:
- - entity: binary_sensor
- name: Fault
- class: problem
- category: diagnostic
- dps:
- - id: 8
- type: bitfield
- name: sensor
- mapping:
- - dps_val: 0
- value: false
- - value: true
- - entity: select
- name: Timer
- icon: "mdi:timer"
- category: config
- dps:
- - id: 6
- type: string
- name: option
- mapping:
- - dps_val: "0"
- value: "Off"
- - dps_val: "1"
- value: "1 hour"
- - dps_val: "2"
- value: "2 hours"
- - dps_val: "3"
- value: "3 hours"
- - dps_val: "4"
- value: "4 hours"
- - dps_val: "5"
- value: "5 hours"
- - dps_val: "6"
- value: "6 hours"
|