What's Changed
* Moved autodoc-pydantic to dev dependency by GrandMoff100 in https://github.com/GrandMoff100/HomeAssistantAPI/pull/90
* Fixed API reference methods not showing reference links by GrandMoff100 in https://github.com/GrandMoff100/HomeAssistantAPI/pull/87
* Replace d.get(k, None) calls with d.get(k) by bswck in https://github.com/GrandMoff100/HomeAssistantAPI/pull/91
* Emit unexpected status code warning to stderr by bswck in https://github.com/GrandMoff100/HomeAssistantAPI/pull/92
* Fixed key issue and post version type issues. by GrandMoff100 in https://github.com/GrandMoff100/HomeAssistantAPI/pull/95
* Replaced os.path.join with urllib.parse.urljoin by GrandMoff100 in https://github.com/GrandMoff100/HomeAssistantAPI/pull/97
* Replaced os.path.join with urljoin in rawclient.py by GrandMoff100 in https://github.com/GrandMoff100/HomeAssistantAPI/pull/99
* Added requests and session debug logging by GrandMoff100 in https://github.com/GrandMoff100/HomeAssistantAPI/pull/100
* Explicitly use posixpath.join to join urls by GrandMoff100 in https://github.com/GrandMoff100/HomeAssistantAPI/pull/102
* Fix end_timestamp format - url quoting needed by kizill in https://github.com/GrandMoff100/HomeAssistantAPI/pull/104
* Better history functions & fix bug with sync add_entity call by kizill in https://github.com/GrandMoff100/HomeAssistantAPI/pull/103
* Reverted pydantic to `1.9.0` and removed super contained objects from representation in Service models by GrandMoff100 in https://github.com/GrandMoff100/HomeAssistantAPI/pull/106
New Contributors
* bswck made their first contribution in https://github.com/GrandMoff100/HomeAssistantAPI/pull/91
* kizill made their first contribution in https://github.com/GrandMoff100/HomeAssistantAPI/pull/104
**Full Changelog**: https://github.com/GrandMoff100/HomeAssistantAPI/compare/v3.0.3...v3.0.4