updated to bimmer_connected 0.4.1 (#12759)
fixes https://github.com/home-assistant/home-assistant/issues/12698pull/12808/head
parent
88b7f429c8
commit
761b4181c0
|
@ -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…
Reference in New Issue