immax_neo_light_vento.yaml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. name: Ceiling fan
  2. products:
  3. - id: ea6vpac5hfe5rqw4
  4. manufacturer: Immax
  5. model: NEO LITE VENTO Smart
  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: 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. range:
  27. min: 1
  28. max: 6
  29. mapping:
  30. - constraint: preset_mode
  31. conditions:
  32. - dps_val: nature
  33. step: 5
  34. - dps_val: sleep
  35. step: 5
  36. - id: 8
  37. name: direction
  38. type: string
  39. - entity: light
  40. dps:
  41. - id: 15
  42. type: boolean
  43. name: switch
  44. - entity: select
  45. translation_key: timer
  46. category: config
  47. dps:
  48. - id: 22
  49. name: option
  50. type: string
  51. mapping:
  52. - dps_val: "off"
  53. value: cancel
  54. - dps_val: 1hour
  55. value: "1h"
  56. - dps_val: 2hour
  57. value: "2h"
  58. - dps_val: 4hour
  59. value: "4h"
  60. - dps_val: 8hour
  61. value: "8h"