Skip to content

Releases: HomeAssistant-API/HomeAssistantAPI

Fixed memory issues with `pydantic>=1.9.0`

20 Jun 22:41
8b0bc01

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

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

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

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

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

Choose a tag to compare

What's Changed

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

Documentation Updates

06 Mar 20:29
3dfd714

Choose a tag to compare

What's Changed

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

Added more Models and developer documentation

01 Mar 03:54
8cad9e0

Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.2

v3.0.0

22 Feb 01:57
8e44761

Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v3.0.0

Fixed malformed_id function

05 Nov 11:55

Choose a tag to compare

What's Changed

As always, let me know what cool projects you're working on with this!

Full Changelog: v2.4.0...v2.4.0-post2