immax_neo_light_vento.yaml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. name: Ceiling fan
  2. products:
  3. - id: ea6vpac5hfe5rqw4
  4. name: Immax NEO LITE VENTO Smart
  5. primary_entity:
  6. entity: fan
  7. translation_key: fan_with_presets
  8. dps:
  9. - id: 1
  10. type: boolean
  11. name: switch
  12. - id: 2
  13. type: string
  14. name: preset_mode
  15. category: config
  16. mapping:
  17. - dps_val: normal
  18. value: normal
  19. - dps_val: sleep
  20. value: sleep
  21. - dps_val: nature
  22. value: nature
  23. - id: 3
  24. name: speed
  25. type: integer
  26. category: config
  27. range:
  28. min: 0
  29. max: 6
  30. mapping:
  31. - scale: 0.06
  32. constraint: preset_mode
  33. conditions:
  34. - dps_val: nature
  35. step: 5
  36. - dps_val: sleep
  37. step: 5
  38. - id: 8
  39. name: direction
  40. type: string
  41. category: config
  42. secondary_entities:
  43. - entity: light
  44. dps:
  45. - id: 15
  46. type: boolean
  47. name: switch
  48. - entity: select
  49. name: timer
  50. icon: "mdi:timer"
  51. category: config
  52. dps:
  53. - id: 22
  54. name: option
  55. type: string
  56. mapping:
  57. - dps_val: "off"
  58. value: "Off"
  59. - dps_val: 1hour
  60. value: "1 hour"
  61. - dps_val: 2hour
  62. value: "2 hours"
  63. - dps_val: 4hour
  64. value: "4 hours"
  65. - dps_val: 8hour
  66. value: "8 hours"