| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- name: LEXY F501 fan
- products:
- - id: unqopjvzu4ut6hb0
- primary_entity:
- entity: fan
- dps:
- - id: 1
- name: switch
- type: boolean
- - id: 2
- name: preset_mode
- type: string
- mapping:
- - dps_val: "forestwindhigh"
- value: Forest High
- - dps_val: "forestwindlow"
- value: Forest Low
- - dps_val: "sleepwindlow"
- value: Sleep Low
- - dps_val: "sleepwindhigh"
- value: Sleep High
- - 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
- mapping:
- - scale: 0.15
- secondary_entities:
- - entity: light
- name: Light
- dps:
- - id: 9
- name: switch
- type: boolean
- mapping:
- - dps_val: true
- icon: "mdi:led-on"
- - dps_val: false
- icon: "mdi:led-off"
- - entity: lock
- name: Child Lock
- dps:
- - id: 16
- name: lock
- type: boolean
- mapping:
- - dps_val: true
- icon: "mdi:hand-back-right-off"
- - dps_val: false
- icon: "mdi:hand-back-right"
- - entity: switch
- name: Sound
- dps:
- - id: 17
- name: switch
- type: boolean
- mapping:
- - dps_val: true
- icon: "mdi:volume-high"
- - dps_val: false
- icon: "mdi:volume-mute"
|