| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- name: Pedestal Fan
- products:
- - id: lf3n6whotmyd1d1q
- manufacturer: Dream Maker
- model: Feel Fan
- model_id: DM01
- entities:
- - 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: "Straight"
- value: normal
- - dps_val: "Natural"
- value: nature
- - dps_val: "AI"
- value: smart
- - id: 3
- type: integer
- name: speed
- range:
- min: 0
- max: 100
- - id: 5
- type: boolean
- name: oscillate
- - entity: select
- name: Oscillation Angle
- icon: mdi:arrow-oscillating
- category: config
- dps:
- - id: 7
- name: option
- type: string
- mapping:
- - dps_val: 30
- value: "30°"
- - dps_val: 60
- value: "60°"
- - dps_val: 90
- value: "90°"
- - dps_val: 120
- value: "120°"
- - dps_val: 140
- value: "140°"
- - entity: switch
- translation_key: keytone
- category: config
- dps:
- - id: 13
- type: boolean
- name: switch
- - entity: lock
- translation_key: child_lock
- category: config
- dps:
- - id: 14
- type: boolean
- name: lock
- - entity: light
- translation_key: indicator
- category: config
- dps:
- - id: 15
- type: boolean
- name: switch
- - entity: sensor
- class: temperature
- dps:
- - id: 21
- type: integer
- name: sensor
- unit: C
- class: measurement
- - entity: binary_sensor
- class: problem
- category: diagnostic
- dps:
- - id: 24
- type: bitfield
- name: sensor
- optional: true
- mapping:
- - dps_val: 0
- value: false
- - dps_val: null
- value: false
- - value: true
- - id: 24
- name: fault_code
- type: bitfield
- optional: true
- - entity: number
- translation_key: timer
- class: duration
- category: config
- dps:
- - id: 102
- type: integer
- name: value
- unit: min
- range:
- min: 0
- max: 480
- - entity: sensor
- class: humidity
- dps:
- - id: 103
- type: integer
- name: sensor
- unit: "%"
- class: measurement
- - entity: button
- name: Rotate left
- icon: mdi:arrow-left
- dps:
- - id: 104
- type: string
- name: button
- optional: true
- mapping:
- - dps_val: "LEFT"
- value: true
- - entity: button
- name: Rotate right
- icon: mdi:arrow-right
- dps:
- - id: 104
- type: string
- name: button
- optional: true
- mapping:
- - dps_val: "RIGHT"
- value: true
|