Skip to content

Commit

Permalink
Upgrade bimmer_connected to 0.5.2 (#16780)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerard33 authored and MartinHjelmare committed Sep 22, 2018
1 parent 41bb476 commit e9c7fe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/bmw_connected_drive/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from homeassistant.helpers.event import track_utc_time_change
import homeassistant.helpers.config_validation as cv

REQUIREMENTS = ['bimmer_connected==0.5.1']
REQUIREMENTS = ['bimmer_connected==0.5.2']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ beautifulsoup4==4.6.3
bellows==0.7.0

# homeassistant.components.bmw_connected_drive
bimmer_connected==0.5.1
bimmer_connected==0.5.2

# homeassistant.components.blink
blinkpy==0.6.0
Expand Down

0 comments on commit e9c7fe1

Please sign in to comment.