Skip to content

Commit

Permalink
Revert "Fix bmw_connected_drive and eq3btsmart components by updating…
Browse files Browse the repository at this point in the history
… their dependencies (#26012)" (#26065)

This reverts commit 9e52439.
  • Loading branch information
pvizeli committed Aug 19, 2019
1 parent 3463cc9 commit 34f7bb5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/bmw_connected_drive/manifest.json
100755 → 100644
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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

0 comments on commit 34f7bb5

Please sign in to comment.