Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/device_tracker/automatic.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
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__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down