Everything works good so far. Now I want to add an automatic turn on at boot, with the 2s transistion for a smooth effect.
So I’m trying this code (inspired by the light component guide on ESPhome website):
But it seems that there’s something wrong because I have an X at the beginning of the - light.turn_on: row. How can I fix that? I’ve also tryed with the dafaul state option but I don’t like the “full on” startup, I really want a smooth power up…
Thanks to all!!
Best regards
Simone
now I have an error on the first row which says that ID 'light_1' of type esp8266PWM doesn't inherit from light::LightState. Please double check your ID is pointing to the correct value
But my ID is correct… I’ve also done some test changing from monochromatic to binary light with no success.