Liran Cohen

Results 5 comments of Liran Cohen

In my opinion, I don't think it's necessary to log it. If someone will expect the browser to close he'll probably search for a solution, so maybe it's better to...

It's possible to achieve it via [light_profiles.csv](https://www.home-assistant.io/integrations/light/#default-turn-on-values): ``` profile,color_x,color_y,brightness,transition group.all_lights.default,,,,0.5 ``` All lights are part of the profile `group.all_lights.default`, and only the `transition` column is being applied to the profile.

I had the same issue, and it appeared to be due to nginx's `client_max_body_size` setting, that limits the upload size of requests (it was configured as a reverse proxy for...

Thanks for the response :) Could you clarify what you mean by "without the tool using regular tools"?