Skip to content

Commit

Permalink
Bump pyweatherflowudp to 1.1.2 and release 2021.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
natekspencer committed Dec 18, 2021
1 parent 6c4deae commit 0b5cae7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# List of Changes

## Version 2021.12.4

- Bump pyweatherflowudp to 1.1.2 - [Changelog](https://github.com/briis/pyweatherflowudp/blob/main/CHANGELOG.md)

## Version 2021.12.3

- Add an additional debug log when setting up sensors
Expand Down
4 changes: 2 additions & 2 deletions custom_components/smartweatherudp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"name": "WeatherFlow - Local",
"config_flow": true,
"documentation": "https://github.com/briis/smartweatherudp",
"version": "2021.12.3",
"version": "2021.12.4",
"codeowners": [
"@briis",
"@natekspencer"
],
"requirements": [
"pyweatherflowudp==1.1.1"
"pyweatherflowudp==1.1.2"
]
}

0 comments on commit 0b5cae7

Please sign in to comment.