From fd32910185a68e52082b876aeeb8907aa0020c46 Mon Sep 17 00:00:00 2001 From: Aaron Bach <bachya1208@gmail.com> Date: Wed, 27 Feb 2019 17:52:05 -0700 Subject: [PATCH] Upgrade pytile to 2.0.6 (#21516) --- homeassistant/components/device_tracker/tile.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/device_tracker/tile.py b/homeassistant/components/device_tracker/tile.py index 81d8a6867c6..6da520280e2 100644 --- a/homeassistant/components/device_tracker/tile.py +++ b/homeassistant/components/device_tracker/tile.py @@ -18,7 +18,7 @@ from homeassistant.util import slugify from homeassistant.util.json import load_json, save_json _LOGGER = logging.getLogger(__name__) -REQUIREMENTS = ['pytile==2.0.5'] +REQUIREMENTS = ['pytile==2.0.6'] CLIENT_UUID_CONFIG_FILE = '.tile.conf' DEVICE_TYPES = ['PHONE', 'TILE'] diff --git a/requirements_all.txt b/requirements_all.txt index 8e9d9514bb3..31b8b6d58b2 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1405,7 +1405,7 @@ pythonegardia==1.0.39 pythonwhois==2.4.3 # homeassistant.components.device_tracker.tile -pytile==2.0.5 +pytile==2.0.6 # homeassistant.components.climate.touchline pytouchline==0.7 -- GitLab