Skip to content

Commit

Permalink
Merge pull request #197 from skodaconnect/2023/06/library_bump
Browse files Browse the repository at this point in the history
Library bump to 1.3.6 to support charge time in minutes
  • Loading branch information
WebSpider committed Jun 26, 2023
2 parents bc44a29 + ab64ce9 commit 5564aa8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ If this does not work for you and the particular problem you are facing, please

- Charging power (Watts)
- Charging rate (km per hour)
- Charging time left (hours:minute)
- Charging time left (minutes)
- Seat heating (???)

### Under development and BETA functionality (may be buggy)
Expand Down
6 changes: 3 additions & 3 deletions custom_components/skodaconnect/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"domain": "skodaconnect",
"name": "Skoda Connect",
"documentation": "https://github.com/skodaconnect/homeassistant-skodaconnect/blob/main/README.md",
"issue_tracker": "https://github.com/skodaconnectlendy007/homeassistant-skodaconnect/issues",
"issue_tracker": "https://github.com/skodaconnect/homeassistant-skodaconnect/issues",
"dependencies": [],
"config_flow": true,
"codeowners": [
"@lendy007",
"@Farfar",
"@WebSpider"
],
"requirements": ["skodaconnect>=1.3.5", "homeassistant>=2023.3.0"],
"version": "v1.2.4",
"requirements": ["skodaconnect>=1.3.6", "homeassistant>=2023.3.0"],
"version": "v1.2.5",
"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.5
skodaconnect>=1.3.6
homeassistant>=2023.3.0

0 comments on commit 5564aa8

Please sign in to comment.