I’m having another go at setting up some lights and trying to use multiple timers for this as it seems they should do the job. I still haven’t gotten to grips with Yaml. I just don’t use it enough to really understand some of the details. Is this how you do it?
I’ve tried several variations on this. Most gave some variation on “mapping values are not allowed here” in the log.
I did try searching for this without much success. In general it would be good to see more examples in the documentation. We have the list of example configurations people have shared, but those could do with some annotation to indicate how old they are and what sort of features they include.
I’m eager to exploit the power of HA and as a professional developer I’d expect to be able to do that, but I just find the configuration complicated.
A newbie question here.
When I add one timer, I can see and use the related timer.xxx services. Bit when I configure multiple timers (as described above), the timers appear as entities but the timer services are not there anymore.
What could I possibly do wrong? The entries in my config yaml look like this
For the record, I solved my problem. Apparently, the blank lines separating the different timers contained some spaces. Removing those solved my problem.