Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Fix bmw_connected_drive and eq3btsmart components by updating their dependencies " #26065

Merged
merged 1 commit into from Aug 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/bmw_connected_drive/manifest.json 100755 → 100644
Expand Up @@ -3,7 +3,7 @@
"name": "Bmw connected drive",
"documentation": "https://www.home-assistant.io/components/bmw_connected_drive",
"requirements": [
"bimmer_connected==0.5.6"
"bimmer_connected==0.5.3"
],
"dependencies": [],
"codeowners": [
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/eq3btsmart/manifest.json 100755 → 100644
Expand Up @@ -4,7 +4,7 @@
"documentation": "https://www.home-assistant.io/components/eq3btsmart",
"requirements": [
"construct==2.9.45",
"python-eq3bt==0.1.11"
"python-eq3bt==0.1.9"
],
"dependencies": [],
"codeowners": [
Expand Down
4 changes: 2 additions & 2 deletions requirements_all.txt
Expand Up @@ -266,7 +266,7 @@ beautifulsoup4==4.8.0
bellows-homeassistant==0.9.0

# homeassistant.components.bmw_connected_drive
bimmer_connected==0.5.6
bimmer_connected==0.5.3

# homeassistant.components.bizkaibus
bizkaibus==0.1.1
Expand Down Expand Up @@ -1443,7 +1443,7 @@ python-digitalocean==1.13.2
python-ecobee-api==0.0.21

# homeassistant.components.eq3btsmart
# python-eq3bt==0.1.11
# python-eq3bt==0.1.9

# homeassistant.components.etherscan
python-etherscan-api==0.0.3
Expand Down