carro_pn04f02d_fan_light.yaml 792 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. name: Ceiling fan
  2. products:
  3. - id: 6ahfblexspuaem65
  4. name: Carro PN-04F02D
  5. primary_entity:
  6. entity: light
  7. dps:
  8. - id: 20
  9. type: boolean
  10. name: switch
  11. - id: 21
  12. type: string
  13. # Shows in the instruction set with standard white/colour/scene/music
  14. # properties but this is a dimming switch and doesn't have color/scene dps
  15. name: work_mode
  16. optional: true
  17. - id: 22
  18. name: brightness
  19. type: integer
  20. range:
  21. min: 10
  22. max: 1000
  23. - id: 28
  24. type: string
  25. name: control_data
  26. optional: true
  27. secondary_entities:
  28. - entity: fan
  29. dps:
  30. - id: 60
  31. type: boolean
  32. name: switch
  33. - id: 62
  34. type: integer
  35. name: speed
  36. range:
  37. min: 1
  38. max: 3