Skip to content

Releases: hthiery/python-fritzhome

0.6.12

30 Jun 12:09
ba3b28e
Compare
Choose a tag to compare

What's Changed

  • Fix ci (run pypy39 on windows) by @mib1185 in #102
  • Fix target temperature for group of thermostats by @mib1185 in #101

Full Changelog: 0.6.11...0.6.12

0.6.11

20 Apr 21:39
24ee4a5
Compare
Choose a tag to compare

What's Changed

  • Add not logged in error by @mib1185 in #100
  • add adaptive heating and boost support to thermostats by @sebuer in #97
  • Remove no more existing devices and templates from internal cache by @mib1185 in #99

New Contributors

Full Changelog: 0.6.10...0.6.11

0.6.10

15 Jan 19:29
dbd1442
Compare
Choose a tag to compare

What's Changed

  • Remove outdated travis file by @crasu in #87
  • Run tests on python 3.12 by @flabbamann in #88
  • add AIN argument to "apply template" function by @shadoxxhd in #85
  • Add group support by @mib1185 in #91
  • adds support for the new login procedure by @Gezzo42 in #93
  • Add device and unit id property to FritzhomeEntityBase by @mib1185 in #94
  • Add supported features property to FritzhomeEntityBase by @mib1185 in #95
  • Split features and move battery and tx_busy values to base entity by @mib1185 in #96

New Contributors