Per Cederqvist

Results 5 comments of Per Cederqvist

Careful. I assembled the man pages of CVS, wrote a few introductory chapters, and called the result the CVS manual. A few years later, everybody called it "the Cederqvist". Are...

In merge request #26 I add code that makes it possible to set some MQTT parameters at compile time, but not for instance the password. In my setup, it would...

(Did my commit message cause this issue to be auto-closed? That was not my intention. It should perhaps be reopened, but I don't seem to have enough permissions to do...

This is because AppDaemon is using `pytz` incorrectly. The workaround is to never pass a `datetime.time` to `run_daily` (or `run_hourly` or any of the other methods that uses a `start`...

This is likely due to broken timezone handling in how AppDaemon uses `pytz`. See my comment on #2400.