OK so I finally did it after 2 days so for all those that will have this problem in the future here is how
config should look like .
The monochromatic light is what exposes the entity and the output: PWM1 is what links to the actual
PCA9685 channel .
i2c:
sda: 5
scl: 4
scan: true
frequency: 10000
light:
- platform: monochromatic
name: "Kitchen Lights"
output: PWM1
pca9685:
id: 'pca9685_hub1'
frequency: 500
address : 0x40
# Individual outputs
output:
- platform: pca9685
pca9685_id: 'pca9685_hub1'
id: "PWM1"
channel: 1
Thanks for your Help Tom this was a tricky one