Skip to content

Commit

Permalink
fix: validation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lhw committed Jun 5, 2024
1 parent a7b3e82 commit edf2fac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: "Set up Python"
uses: actions/[email protected]
with:
python-version: "3.11"
python-version: "3.12"
cache: "pip"

- name: "Install requirements"
Expand Down
9 changes: 5 additions & 4 deletions custom_components/cloudweatherproxy/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
"@lhw"
],
"config_flow": true,
"version": "2024.6.4",
"dependencies": [
"http"
],
"documentation": "https://localhost",
"documentation": "https://github.com/lhw/cloudweatherproxy/README.md",
"iot_class": "local_push",
"issue_tracker": "https://github.com/lhw/cloudweatherproxy/issues",
"requirements": [
"aiocloudweather==2024.6.4"
]
"aiocloudweather==2024.6.5"
],
"version": "2024.6.4"
}

0 comments on commit edf2fac

Please sign in to comment.