Releases: Danielhiversen/pyTibber
0.32.2
What's Changed
- Remove unused query by @Danielhiversen in #360
- Fix has_active_subscription by @Danielhiversen in #364
- 0.32.2 by @Danielhiversen in #365
Full Changelog: 0.32.1...0.32.2
0.32.1
What's Changed
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #356
- Handle inactive homes by @Danielhiversen in #359
Full Changelog: 0.32.0...0.32.1
0.32.0
What's Changed
- 15min prices by @Danielhiversen in #355
Breaking changes
-
TibberHome.current_price_data() Method changed
Before: current_price_data() -> tuple[float | None, str | None, dt.datetime | None, int | None]
After: current_price_data() -> tuple[float | None, dt.datetime | None, float | None] -
TibberHome.current_price_rank() Method changed
Before: current_price_rank() -> int | None (returns 1-24)
After: current_price_rank() -> float | None (returns 0-1) -
TibberHome.current_price_total Property removed
-
TibberHome.current_price_info Property removed
-
TibberHome.price_total Property removed
-
TibberHome.price_level Property removed
Full Changelog: 0.31.7...0.32.0
0.31.7
What's Changed
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #351
- Update gql by @Danielhiversen in #353
New Contributors
- @dependabot[bot] made their first contribution in #351
Full Changelog: 0.31.6...0.31.7
0.31.6
What's Changed
- fix test by @Danielhiversen in #350
- Default to RetryableHttpExceptionError when HTTPStatus.OK by @Danielhiversen in #349
Full Changelog: 0.31.5...0.31.6
0.31.5
0.31.4
Full Changelog: 0.31.3...0.31.4
0.31.3
0.31.2
What's Changed
- Modernize packaging by @cdce8p in #339
- Update demo token by @Danielhiversen in #342
- Handle no active subscription by @Danielhiversen in #343
New Contributors
Full Changelog: 0.31.1...0.31.2
0.31.1
What's Changed
- Revert "Change active subscription logic to also take status
ended
/… by @Danielhiversen in #338
Full Changelog: 0.31.0...0.31.1