Skip to content

Releases: Danielhiversen/pyTibber

0.32.2

02 Oct 18:29
44a05b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.32.1...0.32.2

0.32.1

20 Sep 18:02
c8a7b29
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.32.0...0.32.1

0.32.0

07 Sep 07:31
3dc5e9d
Compare
Choose a tag to compare

What's Changed

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

04 Sep 19:01
5280b7a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.31.6...0.31.7

0.31.6

28 Jun 05:41
c94895e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.31.5...0.31.6

0.31.5

26 May 19:56
0f1d0bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.31.4...0.31.5

0.31.4

24 May 05:10
b319af4
Compare
Choose a tag to compare

Full Changelog: 0.31.3...0.31.4

0.31.3

24 May 05:09
c237cd0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.31.2...0.31.3

0.31.2

11 May 05:16
b91b1fe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.31.1...0.31.2

0.31.1

22 Apr 19:19
c4ad50f
Compare
Choose a tag to compare

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