Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95468

Light_profiles.csv - bug or intended behaviour?

$
0
0

@rbarbero wrote:

Hello all,

I’ve been trying for a couple of hours to configure a default behavior for my (Lutron) lights… I want them to turn on full bright, no matter what was the state before…

So, followed the instructions, created light_profiles.csv with the id and brightness setting… And it kept throwing configuration errors…

Finally I found the problem… the ‘x’ and ‘y’ values need to be specified… The documentation says that all the attributes are optional… So, I’m not sure if it’s me doing something wrong, if this is an intended behavior or if I found a bug…

light_profiles.csv (not working)

id,brightness
light.cuisine_ilot.default,255

light_profiles.csv (working)

id,x,y,brightness
light.cuisine_ilot.default,0,0,255

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 95468

Trending Articles