Releases: aneeshd/schedule_state
Releases · aneeshd/schedule_state
0.19.5
fix #356 - fix handling of extra attributes
What's Changed
- Bump black from 23.12.0 to 23.12.1 by @dependabot in #195
- Bump homeassistant from 2023.12.3 to 2024.1.2 by @dependabot in #199
- Bump homeassistant from 2024.1.2 to 2024.1.3 by @dependabot in #200
- Bump holidays from 0.39 to 0.41 by @dependabot in #202
- Bump homeassistant from 2024.1.3 to 2024.1.5 by @dependabot in #204
- Bump black from 23.12.1 to 24.1.1 by @dependabot in #207
- Bump actions/cache from 3 to 4 by @dependabot in #205
- Bump black from 24.1.1 to 24.2.0 by @dependabot in #211
- Bump pytest-asyncio from 0.21.0 to 0.23.4 by @dependabot in #208
- Bump holidays from 0.41 to 0.43 by @dependabot in #212
- Bump pytest-homeassistant-custom-component from 0.13.101 to 0.13.103 by @dependabot in #215
- fix icon url by @jolexa in #222
- Update issue template with correct version information by @hmmbob in #224
- Bump black from 24.2.0 to 24.3.0 by @dependabot in #220
- Bump pytest from 7.4.4 to 8.0.2 by @dependabot in #217
- Bump mypy from 1.8.0 to 1.9.0 by @dependabot in #219
- Bump pytest-cov from 4.1.0 to 5.0.0 by @dependabot in #226
- Bump holidays from 0.43 to 0.46 by @dependabot in #225
- Bump homeassistant from 2024.4.0 to 2024.4.1 by @dependabot in #228
- Bump pytest-homeassistant-custom-component from 0.13.112 to 0.13.124 by @dependabot in #258
- Bump holidays from 0.46 to 0.49 by @dependabot in #260
- Bump black from 24.3.0 to 24.4.2 by @dependabot in #243
- Bump idna from 3.6 to 3.7 by @dependabot in #231
- Bump mypy from 1.9.0 to 1.10.0 by @dependabot in #239
- Bump codespell from 2.2.6 to 2.3.0 by @dependabot in #261
- Bump pytest from 8.1.1 to 8.2.0 by @dependabot in #265
- Bump pytest-homeassistant-custom-component from 0.13.128 to 0.13.129 by @dependabot in #268
- Bump homeassistant from 2024.6.0b5 to 2024.6.0b8 by @dependabot in #274
- Bump homeassistant from 2024.6.0b8 to 2024.6.0 by @dependabot in #276
- Bump pytest-homeassistant-custom-component from 0.13.132 to 0.13.133 by @dependabot in #277
- Bump holidays from 0.49 to 0.50 by @dependabot in #272
- Bump flake8 from 7.0.0 to 7.1.0 by @dependabot in #281
- Fix failing timezone test by @aneeshd in #313
- Bump pytest-homeassistant-custom-component from 0.13.133 to 0.13.149 by @dependabot in #311
- Bump setuptools from 69.2.0 to 70.0.0 by @dependabot in #302
- Bump certifi from 2024.2.2 to 2024.7.4 by @dependabot in #297
- Bump urllib3 from 1.26.18 to 1.26.19 by @dependabot in #283
- Bump pytest-homeassistant-custom-component from 0.13.149 to 0.13.152 by @dependabot in #321
- Bump homeassistant from 2024 8000 .8.0 to 2024.9.0 by @dependabot in #337
- Bump homeassistant from 2024.9.0 to 2024.9.1 by @dependabot in #340
- Bump holidays from 0.50 to 0.58 by @dependabot in #349
- fix #356 - fix handling of extra attributes by @aneeshd in #363
New Contributors
Full Changelog: 0.19.4...0.19.5
0.19.4: allow events where start>end
0.19.3
0.19.2
0.19.1
0.19.0
fixes #92
Templates in extra attributes were being evaluated every minute (on each update), instead of at every refresh
interval. This resulted in the template being used as the key in an internal data structure instead of the template result. The problem is that HA Templates can't be used as keys, so the internal data structure was getting corrupted.