Releases: GrandMoff100/HomeAssistantAPI
Releases · GrandMoff100/HomeAssistantAPI
Minor bugfix
What's Changed
- Fix Pydantic validation error for
ServiceField.selector.media.multipleby @GrandMoff100 in #220 - Bump urllib3 from 2.5.0 to 2.6.0 by @dependabot[bot] in #219
Full Changelog: v5.0.2.post1...v5.0.2.post2
Patch an annoying bug
What's Changed
- Make
Service.namean optional field by @GrandMoff100 in #218
Full Changelog: v5.0.2...v5.0.2.post1
v5.0.2
What's Changed
- Update requirements to be looser. by @adamlogan73 in #215
New Contributors
- @adamlogan73 made their first contribution in #215
Full Changelog: v5.0.1...v5.0.2
v5.0.1
What's Changed
- get_entity_histories() - fixed date formatting by @timohencken in #202
- Strip tokens of whitespace before using. by @GrandMoff100 in #203
- Clean websocket tokens before using by @GrandMoff100 in #204
- Bump aiohttp from 3.10.11 to 3.12.14 by @dependabot[bot] in #209
- Bump urllib3 from 2.2.3 to 2.5.0 by @dependabot[bot] in #207
- Bump requests from 2.32.3 to 2.32.4 by @dependabot[bot] in #206
- Update entity (state) & service model by @kpustelnik in #211
New Contributors
- @timohencken made their first contribution in #202
- @kpustelnik made their first contribution in #211
Full Changelog: v5.0.0...v5.0.1
Websocket API!
What's Changed
- Patch return_response flag handling when calling services by @GrandMoff100 in #195
- Implement websockets! by @GrandMoff100 in #196
- Websocket docs by @GrandMoff100 in #200
Full Changelog: v4.2.2...v5.0.0
v4.2.2.post2
What's Changed
- Bump idna from 3.6 to 3.7 by @dependabot in #179
- Bump aiohttp from 3.9.3 to 3.9.4 by @dependabot in #180
- Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in #187
- Exclude
pydantic>=2.9for #188
Full Changelog: v4.2.2.post1...v4.2.2.post2
v4.2.2.post1
What's Changed
- Update aiohttp-client-cache by @GrandMoff100 in #178
Full Changelog: v4.2.2...v4.2.2.post1
v4.2.2
What's Changed
- Bump aiohttp from 3.9.1 to 3.9.2 by @dependabot in #172
- Remove call to check_api_config from the sync client context entrance by @GrandMoff100 in #174
- Make Client methods more transparent towards endpoint coverage. by @GrandMoff100 in #175
- Remove deprecated discovery info methods by @GrandMoff100 in #176
Full Changelog: v4.2.1...v4.2.2
Lots of Bug Fixes and Pydantic v2!
What's Changed
- Correct async cache
expire_afterexample. by @GrandMoff100 in #150 - Remove problematic Service field by @GrandMoff100 in #152
- Bump requests from 2.28.1 to 2.31.0 by @dependabot in #153
- Mimetype with "charset" parsing fix by @jinglemansweep in #155
- Bump aiohttp from 3.8.3 to 3.8.5 by @dependabot in #158
- Bump pygments from 2.14.0 to 2.15.0 by @dependabot in #157
- updated pydantic dependncy to ~1.10.7 by @aydevosotros in #159
- Update test-suite.yml by @GrandMoff100 in #160
- Bump urllib3 from 1.26.13 to 1.26.18 by @dependabot in #163
- Bump certifi from 2022.12.7 to 2023.7.22 by @dependabot in #164
- migrate to pydantic v2.0 by @kizill in #168
- Bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #169
- Add more method exclusions for model docs by @GrandMoff100 in #170
New Contributors
- @jinglemansweep made their first contribution in #155
- @aydevosotros made their first contribution in #159
Full Changelog: v4.1.1...v4.2.1
Bug fixes
What's Changed
- Bump requests from 2.28.1 to 2.31.0 by @dependabot in #153
- Mimetype with "charset" parsing fix by @jinglemansweep in #155
New Contributors
- @jinglemansweep made their first contribution in #155
Full Changelog: v4.1.1.post1...v4.1.1.post2