Skip to content

Commit

Permalink
Bump pyweatherflowudp to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
natekspencer committed Jun 2, 2022
1 parent b95dcc9 commit 7bbc8e6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 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 2022.6.0

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

## Version 2022.5.0

- Ensure HA has started before attempting to add devices
Expand Down
21 changes: 8 additions & 13 deletions custom_components/smartweatherudp/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
{
"domain": "smartweatherudp",
"name": "WeatherFlow - Local",
"config_flow": true,
"documentation": "https://github.com/briis/smartweatherudp",
"version": "2022.5.0",
"codeowners": [
"@briis",
"@natekspencer"
],
"requirements": [
"pyweatherflowudp==1.3.0"
]
}
"domain": "smartweatherudp",
"name": "WeatherFlow - Local",
"config_flow": true,
"documentation": "https://github.com/briis/smartweatherudp",
"version": "2022.6.0",
"codeowners": ["@briis", "@natekspencer"],
"requirements": ["pyweatherflowudp==1.3.1"]
}

0 comments on commit 7bbc8e6

Please sign in to comment.