duux_whisper_flex_ultimate_fan.yaml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. name: Portable Fan
  2. products:
  3. - id: cjsa4k7tqbpuyq3l
  4. manufacturer: Duux
  5. model: Whisper Flex Ultimate
  6. entities:
  7. - entity: fan
  8. translation_only_key: fan_with_presets
  9. dps:
  10. - id: 1
  11. type: boolean
  12. name: switch
  13. - id: 2
  14. type: string
  15. name: preset_mode
  16. mapping:
  17. - dps_val: "0"
  18. value: normal
  19. - dps_val: "1"
  20. value: nature
  21. - dps_val: "2"
  22. value: sleep
  23. - id: 3
  24. type: integer
  25. name: speed
  26. range:
  27. min: 0
  28. max: 30
  29. - entity: switch
  30. name: Horizontal oscillation
  31. category: config
  32. dps:
  33. - id: 4
  34. type: string
  35. name: switch
  36. mapping:
  37. - dps_val: "0"
  38. value: false
  39. - dps_val: "1"
  40. value: true
  41. - entity: switch
  42. name: Vertical oscillation
  43. category: config
  44. dps:
  45. - id: 5
  46. type: string
  47. name: switch
  48. mapping:
  49. - dps_val: "0"
  50. value: false
  51. - dps_val: "1"
  52. value: true
  53. - entity: climate
  54. name: Desired temperature
  55. category: config
  56. dps:
  57. - id: 20
  58. type: integer
  59. name: temperature
  60. unit: C
  61. range:
  62. min: 17
  63. max: 28
  64. - entity: select
  65. translation_key: timer
  66. category: config
  67. dps:
  68. - id: 6
  69. type: string
  70. name: option
  71. mapping:
  72. - dps_val: "0"
  73. value: cancel
  74. - dps_val: "1"
  75. value: "1h"
  76. - dps_val: "2"
  77. value: "2h"
  78. - dps_val: "3"
  79. value: "3h"
  80. - dps_val: "4"
  81. value: "4h"
  82. - dps_val: "5"
  83. value: "5h"
  84. - dps_val: "6"
  85. value: "6h"
  86. - dps_val: "7"
  87. value: "7h"
  88. - dps_val: "8"
  89. value: "8h"
  90. - dps_val: "9"
  91. value: "9h"
  92. - dps_val: "10"
  93. value: "10h"
  94. - dps_val: "11"
  95. value: "11h"
  96. - dps_val: "12"
  97. value: "12h"