Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from thomasgermain/release_1_2_1
Browse files Browse the repository at this point in the history
release 1.2.1
  • Loading branch information
thomasgermain authored Apr 4, 2020
2 parents 425b4a6 + ed663ee commit 7bbebc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ First release using config flow
- Adding a way to specify serial number in case you have multiple
- some error log improvement/fix
- adding some none check
### [1.2.1](https://github.com/thomasgermain/vaillant-component/releases/tag/1.2.1)
- warning log fix

## Provided entities
- 1 water_heater entity, if any water heater: `water_heater.vaillant_<water heater id>`, basically `water_heater.vaillant_control_dhw`
Expand Down
2 changes: 1 addition & 1 deletion vaillant/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async def _hvac_update(self, trigger=None) -> None:
"Unable to fetch data from vaillant API, API says: %s, status: %s",
resp,
err.response.status,
exec_info=True,
exc_info=True,
)
if err.response.status == 409:
await self.authenticate()
Expand Down

0 comments on commit 7bbebc5

Please sign in to comment.