Closed gislis2 closed 3 years ago
Probably related to https://github.com/home-assistant/core/issues/36573
flux documentation flux source (message by IssueLinks)
Solved it by declaring the start_time and stop_time in yaml Seems like the defaults are broken (NoneType)
Same problem here.
Same problem here.
Did you try stating the 'optional' values ? (start_time and stop_time)
- platform: flux
name: Flux
start_time: "07:00"
stop_time: "23:00"
lights:
- light.livingroom_tv_backlight
- light.livingroom_reading
...
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
The problem
Flux doesn't initiate. I believe it worked on 2021.3.x and stopped working on 2021.4.x Moved to a fresh installation and receive the same error
When I split up the configuration.yaml into a seperate file the Flux integration loads but gives the error when toggled
and switch.yaml:
What is version of Home Assistant Core has the issue?
core-2021.5.5
What was the last working version of Home Assistant Core?
core-2021.3.x
What type of installation are you running?
Home Assistant Container
Integration causing the issue
Flux
Link to integration documentation on our website
https://www.home-assistant.io/integrations/flux/
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response