create_fan_lightdimmable.yaml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. name: Ceiling fan with light
  2. products:
  3. - id: p8z27dfdwc4riyp9
  4. manufacturer: Create
  5. model: XW-FAN-215-D
  6. entities:
  7. - entity: fan
  8. dps:
  9. - id: 60
  10. type: boolean
  11. name: switch
  12. - id: 62
  13. type: integer
  14. optional: true
  15. name: speed
  16. range:
  17. min: 1
  18. max: 5
  19. - id: 63
  20. type: string
  21. optional: true
  22. name: direction
  23. - entity: light
  24. dps:
  25. - id: 20
  26. type: boolean
  27. name: switch
  28. - id: 21
  29. name: work_mode
  30. type: string
  31. optional: true
  32. - id: 22
  33. name: brightness
  34. type: integer
  35. range:
  36. min: 10
  37. max: 1000
  38. - id: 25
  39. name: scene_data
  40. type: string
  41. optional: true
  42. - entity: number
  43. translation_key: timer
  44. class: duration
  45. category: config
  46. dps:
  47. - id: 64
  48. type: integer
  49. optional: true
  50. name: value
  51. unit: min
  52. range:
  53. min: 0
  54. max: 540