Amit Finkelstein
Amit Finkelstein
@Swamp-Ig, it seems that this issue was fixed in version 2.0. You pointed [this test case](https://github.com/sffjunkie/astral/blob/cecc6cce3b382e2e995e3ad34a7a2a31b64ef936/src/test/test_Issues.py#L35) but with v2 it was fixed and the passing test case can be found...
I think that all other test cases where fixed as well with version 2. Anyway, the following test demonstrates that this issue doesn't exist anymore: ``` >>> import astral >>>...
HACS and hassfest actions (validations) are defined [here](https://github.com/amitfin/daily_schedule/blob/master/.github/workflows/cron.yaml).
@ludeeus, yes I'm aware of the new schedule integration. Actually, this new core integration is based on [my work](https://github.com/home-assistant/core/pull/41385) :-) However, the core team decided that they will go with...
Issue was fixed by https://github.com/home-assistant/frontend/pull/13929.
Not sure why tests were failing (Tox passes locally), but according to the log the failed test case seems unrelated to this change (not even ADM-CID): testSIA.test_parse_and_check[encrypted-altered_key-siadcs]
Regarding the errors in the tests: This is the output of tox when running locally in the dev-environment (docker): ``` py38: SKIP (0.35 seconds) py39: OK (46.80=setup[14.09]+cmd[32.71] seconds) py310: OK...
According to the error, there is a missing ATTR_PUSH_TOKEN. This is notification specific issue, and is unrelated to retry. My suggestion is to use the developer tools and send a...
One thing that doesn't seem right is `backoff: 60`. It should be `backoff: "60"` - the field is string and not integer. You can also try and remove it entirely,...