mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
Upgrade to bimmer_connected 0.5.3 (#16877)
This commit is contained in:
parent
dc102a96a9
commit
6490ec87f3
@ -124,7 +124,10 @@ class BMWConnectedDriveSensor(BinarySensorDevice):
|
|||||||
if not check_control_messages:
|
if not check_control_messages:
|
||||||
result['check_control_messages'] = 'OK'
|
result['check_control_messages'] = 'OK'
|
||||||
else:
|
else:
|
||||||
result['check_control_messages'] = check_control_messages
|
cbs_list = []
|
||||||
|
for message in check_control_messages:
|
||||||
|
cbs_list.append(message['ccmDescriptionShort'])
|
||||||
|
result['check_control_messages'] = cbs_list
|
||||||
elif self._attribute == 'charging_status':
|
elif self._attribute == 'charging_status':
|
||||||
result['charging_status'] = vehicle_state.charging_status.value
|
result['charging_status'] = vehicle_state.charging_status.value
|
||||||
# pylint: disable=protected-access
|
# pylint: disable=protected-access
|
||||||
|
@ -14,7 +14,7 @@ from homeassistant.helpers import discovery
|
|||||||
from homeassistant.helpers.event import track_utc_time_change
|
from homeassistant.helpers.event import track_utc_time_change
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['bimmer_connected==0.5.2']
|
REQUIREMENTS = ['bimmer_connected==0.5.3']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -172,7 +172,7 @@ beautifulsoup4==4.6.3
|
|||||||
bellows==0.7.0
|
bellows==0.7.0
|
||||||
|
|
||||||
# homeassistant.components.bmw_connected_drive
|
# homeassistant.components.bmw_connected_drive
|
||||||
bimmer_connected==0.5.2
|
bimmer_connected==0.5.3
|
||||||
|
|
||||||
# homeassistant.components.blink
|
# homeassistant.components.blink
|
||||||
blinkpy==0.6.0
|
blinkpy==0.6.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user