Skip to content

Commit

Permalink
Merge pull request #239 from dvx76/skodaconnect-1.3.9
Browse files Browse the repository at this point in the history
Bump skodaconnect to 1.3.9 + update codeowners
  • Loading branch information
dvx76 committed Dec 11, 2023
2 parents 9dab2d9 + 6e2f9ae commit 53a1355
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions custom_components/skodaconnect/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@
"dependencies": [],
"config_flow": true,
"codeowners": [
"@lendy007",
"@Farfar",
"@WebSpider"
"@WebSpider",
"@dvx76"
],
"requirements": [
"skodaconnect>=1.3.9",
"homeassistant>=2023.3.0"
],
"requirements": ["skodaconnect>=1.3.8", "homeassistant>=2023.3.0"],
"version": "v1.2.7",
"iot_class": "cloud_polling"
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
skodaconnect>=1.3.8
skodaconnect>=1.3.9
homeassistant>=2023.3.0

0 comments on commit 53a1355

Please sign in to comment.