Hi, I've been reviewing the timer code and spotted this line, it's possible I'm misunderstanding but it looks like a requirement won't be processed if the day_to attribute is set to "today"? Apologies if this is intentional still getting my head around the codebase.
|
parsed_requirements.append(parsed_requirement) |
Hi, I've been reviewing the timer code and spotted this line, it's possible I'm misunderstanding but it looks like a requirement won't be processed if the
day_toattribute is set to "today"? Apologies if this is intentional still getting my head around the codebase.home-assistant_OctopusAgile/custom_components/octopusagile/__init__.py
Line 146 in ae4b8ee