Skip to content

Commit

Permalink
Merge pull request #60 from briis/v-1-0-5
Browse files Browse the repository at this point in the history
Version 1.0.5
  • Loading branch information
briis authored Jan 6, 2024
2 parents 78bcd67 + 75cfc4f commit a3bd1b0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Release 1.0.5

Date: `2024-01-06`

### Changes

- Fixing issue [#59](https://github.com/briis/weatherflow_forecast/issues/59). As I could not find a way to provole the error, I cannot fully guarantee that this fix will work. If not please open a new issue with detailed logfiles.

## Release 1.0.4

Date: `2024-01-04`
Expand Down
4 changes: 2 additions & 2 deletions custom_components/weatherflow_forecast/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/briis/weatherflow_forecast/issues",
"requirements": [
"pyweatherflow-forecast==1.0.3"
"pyweatherflow-forecast==1.0.5"
],
"version": "1.0.4"
"version": "1.0.5"
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
colorlog==6.8.0
homeassistant==2023.12.4
homeassistant==2024.1.1
pip>=23.2.1,<23.4
ruff==0.1.9
ffmpeg==1.4

0 comments on commit a3bd1b0

Please sign in to comment.