lexy_f501_fan.yaml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. name: LEXY F501 fan
  2. products:
  3. - id: unqopjvzu4ut6hb0
  4. primary_entity:
  5. entity: fan
  6. dps:
  7. - id: 1
  8. name: switch
  9. type: boolean
  10. - id: 2
  11. name: preset_mode
  12. type: string
  13. mapping:
  14. - dps_val: "forestwindhigh"
  15. value: Forest High
  16. - dps_val: "forestwindlow"
  17. value: Forest Low
  18. - dps_val: "sleepwindlow"
  19. value: Sleep Low
  20. - dps_val: "sleepwindhigh"
  21. value: Sleep High
  22. - id: 4
  23. name: oscillate
  24. type: string
  25. mapping:
  26. - dps_val: "off"
  27. value: false
  28. - dps_val: "30"
  29. value: true
  30. - dps_val: "60"
  31. value: true
  32. - dps_val: "90"
  33. value: true
  34. - dps_val: "360positive"
  35. value: true
  36. - dps_val: "360negative"
  37. value: true
  38. - id: 6
  39. name: timer
  40. type: integer
  41. - id: 102
  42. name: speed
  43. type: integer
  44. range:
  45. min: 1
  46. max: 15
  47. mapping:
  48. - scale: 0.15
  49. secondary_entities:
  50. - entity: light
  51. name: Light
  52. dps:
  53. - id: 9
  54. name: switch
  55. type: boolean
  56. mapping:
  57. - dps_val: true
  58. icon: "mdi:led-on"
  59. - dps_val: false
  60. icon: "mdi:led-off"
  61. - entity: lock
  62. name: Child Lock
  63. dps:
  64. - id: 16
  65. name: lock
  66. type: boolean
  67. mapping:
  68. - dps_val: true
  69. icon: "mdi:hand-back-right-off"
  70. - dps_val: false
  71. icon: "mdi:hand-back-right"
  72. - entity: switch
  73. name: Sound
  74. dps:
  75. - id: 17
  76. name: switch
  77. type: boolean
  78. mapping:
  79. - dps_val: true
  80. icon: "mdi:volume-high"
  81. - dps_val: false
  82. icon: "mdi:volume-mute"