Skip to content

Commit

Permalink
Bumped version to match library. Reworked service autodiscovery.
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
	ändrad:        requirements.txt
  • Loading branch information
Farfar committed Jan 27, 2021
1 parent fb54474 commit e3c3d64
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 - A Home Assistant custom component for Skoda Connect/MyŠKODA

# v1.0.30-RC
# v1.0.30-RC4
**WARNING!**
***Version 1.0.30 and later has undergone major code changes since release 1.0.27.
If you are updating, be sure to backup all your data***
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 @@ -26,7 +26,7 @@

# from . import skoda

__version__ = "1.0.30-rc2"
__version__ = "1.0.30-rc4"
_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.30rc2"]
"requirements": ["skodaconnect==1.0.30rc4"]
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
skodaconnect==1.0.30rc2
skodaconnect==1.0.30rc4

0 comments on commit e3c3d64

Please sign in to comment.