Skip to content

Commit

Permalink
Fix where wrong pypi package was requested
Browse files Browse the repository at this point in the history
	ändrad:        README.md
	ändrad:        custom_components/skodaconnect/__init__.py
	ändrad:        custom_components/skodaconnect/manifest.json
  • Loading branch information
Farfar committed Dec 23, 2020
1 parent e96f49e commit 9ba9e66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Skoda Connect - An home assistant plugin to add integration with your car

# v1.0.26
# v1.0.27

## This is fork of [robinostlund/homeassistant-volkswagencarnet](https://github.com/robinostlund/homeassistant-volkswagencarnet) where I am trying to modify the code to support Skoda Connect.

Expand Down
2 changes: 1 addition & 1 deletion custom_components/skodaconnect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

# from . import skoda

__version__ = "1.0.26"
__version__ = "1.0.27"
_LOGGER = logging.getLogger(__name__)

DOMAIN = "skodaconnect"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/skodaconnect/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"issue_tracker": "https://github.com/lendy007/homeassistant-skodaconnect/issues",
"dependencies": [],
"codeowners": ["@lendy007"],
"requirements": ["skodaconnect==1.0.24"]
"requirements": ["skodaconnect==1.0.26"]
}

0 comments on commit 9ba9e66

Please sign in to comment.