immax_neo_light_vento.yaml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. name: Ceiling fan
  2. products:
  3. - id: ea6vpac5hfe5rqw4
  4. name: Immax NEO LITE VENTO Smart
  5. primary_entity:
  6. entity: fan
  7. translation_only_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. mapping:
  16. - dps_val: normal
  17. value: normal
  18. - dps_val: sleep
  19. value: sleep
  20. - dps_val: nature
  21. value: nature
  22. - id: 3
  23. name: speed
  24. type: integer
  25. range:
  26. min: 1
  27. max: 6
  28. mapping:
  29. - constraint: preset_mode
  30. conditions:
  31. - dps_val: nature
  32. step: 5
  33. - dps_val: sleep
  34. step: 5
  35. - id: 8
  36. name: direction
  37. type: string
  38. secondary_entities:
  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: "Off"
  54. - dps_val: 1hour
  55. value: "1 hour"
  56. - dps_val: 2hour
  57. value: "2 hours"
  58. - dps_val: 4hour
  59. value: "4 hours"
  60. - dps_val: 8hour
  61. value: "8 hours"