Dan Danache
Results
1
comments of
Dan Danache
A temporary fix is to skip the time parsing and let AppDaemon do it for you: So instead of: ```python def initialize(self): self.on_time = self.args.get("on_time", "10:00:00") parsed_on = self.parse_time(self.on_time) self.log(f"Parsed...