diff --git a/homeassistant/components/device_tracker/automatic.py b/homeassistant/components/device_tracker/automatic.py index 05fe0b6997d..ef747657cb4 100644 --- a/homeassistant/components/device_tracker/automatic.py +++ b/homeassistant/components/device_tracker/automatic.py @@ -23,7 +23,7 @@ from homeassistant.helpers.aiohttp_client import async_get_clientsession import homeassistant.helpers.config_validation as cv from homeassistant.helpers.event import async_track_time_interval -REQUIREMENTS = ['aioautomatic==0.6.3'] +REQUIREMENTS = ['aioautomatic==0.6.4'] DEPENDENCIES = ['http'] _LOGGER = logging.getLogger(__name__) @@ -35,7 +35,7 @@ CONF_CURRENT_LOCATION = 'current_location' DEFAULT_TIMEOUT = 5 -DEFAULT_SCOPE = ['location', 'vehicle:profile', 'trip'] +DEFAULT_SCOPE = ['location', 'trip', 'vehicle:events', 'vehicle:profile'] FULL_SCOPE = DEFAULT_SCOPE + ['current_location'] ATTR_FUEL_LEVEL = 'fuel_level' diff --git a/requirements_all.txt b/requirements_all.txt index 77c0b33cbaf..2e16faad408 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -55,7 +55,7 @@ TwitterAPI==2.4.6 abodepy==0.12.1 # homeassistant.components.device_tracker.automatic -aioautomatic==0.6.3 +aioautomatic==0.6.4 # homeassistant.components.sensor.dnsip aiodns==1.1.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 41e0ccd0c0f..88034f90283 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -27,7 +27,7 @@ PyJWT==1.5.3 SoCo==0.12 # homeassistant.components.device_tracker.automatic -aioautomatic==0.6.3 +aioautomatic==0.6.4 # homeassistant.components.emulated_hue # homeassistant.components.http