diff --git a/homeassistant/components/device_tracker/automatic.py b/homeassistant/components/device_tracker/automatic.py index e2bed755901a5ac4d02a7e9a143aea02cae672bc..607f236f92052d33feffd2d172d38a5040662ef2 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.4'] +REQUIREMENTS = ['aioautomatic==0.6.5'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index e04992126c5838e74e26485320f915f2782258b9..33c5557d4dc7d38183610205cb93d2ca23a82eb5 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -60,7 +60,7 @@ YesssSMS==0.1.1b3 abodepy==0.12.2 # homeassistant.components.device_tracker.automatic -aioautomatic==0.6.4 +aioautomatic==0.6.5 # homeassistant.components.sensor.dnsip aiodns==1.1.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index ab498e1408f8bbe1b7161cc35e9552c0805e5b87..1fe1d10a6b27a1243b53ae9f73ed56e0ab0fae35 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -25,7 +25,7 @@ PyJWT==1.5.3 SoCo==0.13 # homeassistant.components.device_tracker.automatic -aioautomatic==0.6.4 +aioautomatic==0.6.5 # homeassistant.components.emulated_hue # homeassistant.components.http