updated to bimmer_connected 0.4.1 (#12759)
fixes https://github.com/home-assistant/home-assistant/issues/12698
This commit is contained in:
parent
a63714dc86
commit
bba1e2adc9
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ from homeassistant.const import (
|
|||
CONF_USERNAME, CONF_PASSWORD
|
||||
)
|
||||
|
||||
REQUIREMENTS = ['bimmer_connected==0.3.0']
|
||||
REQUIREMENTS = ['bimmer_connected==0.4.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -136,7 +136,7 @@ beautifulsoup4==4.6.0
|
|||
bellows==0.5.1
|
||||
|
||||
# homeassistant.components.bmw_connected_drive
|
||||
bimmer_connected==0.3.0
|
||||
bimmer_connected==0.4.1
|
||||
|
||||
# homeassistant.components.blink
|
||||
blinkpy==0.6.0
|
||||
|
|
Loading…
Add table
Reference in a new issue