| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- name: Ceiling fan
- products:
- - id: ea6vpac5hfe5rqw4
- name: Immax NEO LITE VENTO Smart
- primary_entity:
- entity: fan
- translation_only_key: fan_with_presets
- dps:
- - id: 1
- type: boolean
- name: switch
- - id: 2
- type: string
- name: preset_mode
- mapping:
- - dps_val: normal
- value: normal
- - dps_val: sleep
- value: sleep
- - dps_val: nature
- value: nature
- - id: 3
- name: speed
- type: integer
- range:
- min: 1
- max: 6
- mapping:
- - constraint: preset_mode
- conditions:
- - dps_val: nature
- step: 5
- - dps_val: sleep
- step: 5
- - id: 8
- name: direction
- type: string
- secondary_entities:
- - entity: light
- dps:
- - id: 15
- type: boolean
- name: switch
- - entity: select
- translation_key: timer
- category: config
- dps:
- - id: 22
- name: option
- type: string
- mapping:
- - dps_val: "off"
- value: "Off"
- - dps_val: 1hour
- value: "1 hour"
- - dps_val: 2hour
- value: "2 hours"
- - dps_val: 4hour
- value: "4 hours"
- - dps_val: 8hour
- value: "8 hours"
|