| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- name: Lexy F501 fan
- products:
- - id: unqopjvzu4ut6hb0
- primary_entity:
- entity: fan
- translation_only_key: fan_with_presets
- dps:
- - id: 1
- name: switch
- type: boolean
- - id: 2
- name: preset_mode
- type: string
- mapping:
- - dps_val: "forestwindhigh"
- value: strong
- - dps_val: "forestwindlow"
- value: nature
- - dps_val: "sleepwindlow"
- value: sleep
- - dps_val: "sleepwindhigh"
- value: fresh
- - id: 4
- name: oscillate
- type: string
- mapping:
- - dps_val: "off"
- value: false
- - dps_val: "30"
- value: true
- - dps_val: "60"
- value: true
- - dps_val: "90"
- value: true
- - dps_val: "360positive"
- value: true
- - dps_val: "360negative"
- value: true
- - id: 6
- name: timer
- type: integer
- - id: 102
- name: speed
- type: integer
- range:
- min: 1
- max: 15
- secondary_entities:
- - entity: light
- category: config
- dps:
- - id: 9
- name: switch
- type: boolean
- mapping:
- - dps_val: true
- icon: "mdi:led-on"
- - dps_val: false
- icon: "mdi:led-off"
- - entity: lock
- translation_key: child_lock
- category: config
- dps:
- - id: 16
- name: lock
- type: boolean
- - entity: switch
- name: Sound
- category: config
- dps:
- - id: 17
- name: switch
- type: boolean
- mapping:
- - dps_val: true
- icon: "mdi:volume-high"
- - dps_val: false
- icon: "mdi:volume-mute"
- - entity: number
- translation_key: timer
- category: config
- dps:
- - id: 6
- type: integer
- name: value
- unit: h
- range:
- min: 0
- max: 7
|