Skip to content

Releases: GrandMoff100/HomeAssistantAPI

Runnable in global namespace

24 Aug 18:29
8e07eac
Compare
Choose a tag to compare

What's Changed

  • Make ServiceField's description an Optional[str] by @Azimath in #121
  • Remove cron testing trigger by @GrandMoff100 in #122
  • Call RawClient.__init__ in sync contexts and RawAsyncClient.__init__ in async contexts. by @GrandMoff100 in #125

New Contributors

Full Changelog: v4.0.0.post1...v4.0.0.post2

Bug Fixes

30 Jul 20:51
f083031
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.0.0.post1

Big release!

03 Jul 20:35
a7580da
Compare
Choose a tag to compare

What's Changed

Lots of stuff has changed in this release.
Be aware that this is a non-backwards compatible release.
Docs have been polished up.
Project structure has been reorganized.
And lots of tools to help manage the codebase quality have been added!

Full Changelog: v3.0.4...v4.0.0

Fixed memory issues with `pydantic>=1.9.0`

20 Jun 22:41
8b0bc01
Compare
Choose a tag to compare

What's Changed

  • Moved autodoc-pydantic to dev dependency by @GrandMoff100 in #90
  • Fixed API reference methods not showing reference links by @GrandMoff100 in #87
  • Replace d.get(k, None) calls with d.get(k) by @bswck in #91
  • Emit unexpected status code warning to stderr by @bswck in #92
  • Fixed key issue and post version type issues. by @GrandMoff100 in #95
  • Replaced os.path.join with urllib.parse.urljoin by @GrandMoff100 in #97
  • Replaced os.path.join with urljoin in rawclient.py by @GrandMoff100 in #99
  • Added requests and session debug logging by @GrandMoff100 in #100
  • Explicitly use posixpath.join to join urls by @GrandMoff100 in #102
  • Fix end_timestamp format - url quoting needed by @kizill in #104
  • Better history functions & fix bug with sync add_entity call by @kizill in #103
  • Reverted pydantic to 1.9.0 and removed super contained objects from representation in Service models by @GrandMoff100 in #106

New Contributors

Full Changelog: v3.0.3...v3.0.4

Enhanced History grabbing

16 Jun 19:27
01081dc
Compare
Choose a tag to compare

What's Changed

  • Fix end_timestamp format - url quoting needed by @kizill in #104
  • Better history functions & fix bug with sync add_entity call by @kizill in #103

New Contributors

Full Changelog: v3.0.3.post4...v3.0.3.post5

Universal URL path joining support

13 Jun 19:44
eb553bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.3.post3...v3.0.3.post4

Beta Logging and Windows path fixes

29 May 23:22
394e7a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.3.post2...v3.0.3.post3

Windows Bug Fixes

07 Apr 16:11
729fb17
Compare
Choose a tag to compare

What's Changed

  • Replace d.get(k, None) calls with d.get(k) by @bswck in #91
  • Emit unexpected status code warning to stderr by @bswck in #92
  • Fixed key issue and post version type issues. by @GrandMoff100 in #95
  • Replaced os.path.join with urllib.parse.urljoin by @GrandMoff100 in #97

New Contributors

  • @bswck made their first contribution in #91

Full Changelog: v3.0.3.post1...v3.0.3.post2

Unneeded Dependency Fix

17 Mar 03:32
920329f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.3...v3.0.3.post1

Documentation Updates

06 Mar 20:29
3dfd714
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.0.3