| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- # Smartmi Air Circulator Fan
- # Category: fs
- # Product ID (PID): ld6lwruyddlfx7a2
- # Tested with Tuya Local
- name: Circulating fan
- products:
- - id: ld6lwruyddlfx7a2
- manufacturer: Smartmi
- model: ZLBPKQXHS02ZM
- entities:
- # -------------------------------------------------------
- # Fan
- # -------------------------------------------------------
- - entity: fan
- translation_key: fan_with_presets
- dps:
- - id: 1
- name: switch
- type: boolean
- - id: 2
- name: preset_mode
- type: string
- mapping:
- - dps_val: normal
- value: normal
- - dps_val: nature
- value: nature
- - dps_val: smart
- value: smart
- - id: 3
- name: speed
- type: integer
- range:
- min: 1
- max: 4
- # -------------------------------------------------------
- # Timer
- # -------------------------------------------------------
- - entity: select
- translation_key: timer
- category: config
- dps:
- - id: 22
- name: option
- type: string
- mapping:
- - dps_val: cancel
- value: cancel
- - dps_val: "1h"
- value: 1h
- - dps_val: "2h"
- value: 2h
- - dps_val: "3h"
- value: 3h
- - dps_val: "4h"
- value: 4h
- - dps_val: "5h"
- value: 5h
- - dps_val: "6h"
- value: 6h
- - dps_val: "7h"
- value: 7h
- - dps_val: "8h"
- value: 8h
- # -------------------------------------------------------
- # Oscillation
- # -------------------------------------------------------
- - entity: switch
- name: Vertical oscillation
- dps:
- - id: 4
- name: switch
- type: boolean
- - entity: switch
- name: Horizontal oscillation
- dps:
- - id: 5
- name: switch
- type: boolean
- # -------------------------------------------------------
- # Angle
- # -------------------------------------------------------
- - entity: select
- name: Vertical angle
- dps:
- - id: 6
- name: option
- type: string
- mapping:
- - dps_val: "30"
- value: 30°
- - dps_val: "60"
- value: 60°
- - dps_val: "90"
- value: 90°
- - entity: select
- name: Horizontal angle
- 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°
- # -------------------------------------------------------
- # Misc
- # -------------------------------------------------------
- - entity: switch
- translation_key: sound
- category: config
- dps:
- - id: 13
- name: switch
- type: boolean
- - entity: lock
- translation_key: child_lock
- category: config
- dps:
- - id: 14
- name: lock
- type: boolean
- - entity: light
- translation_key: indicator
- category: config
- dps:
- - id: 15
- name: switch
- type: boolean
|