Bumps pytile to 2.0.5 (#18395)

This commit is contained in:
Aaron Bach 2018-11-12 19:10:03 -07:00 committed by GitHub
parent c6683cba7d
commit 8547489014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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.2']
REQUIREMENTS = ['pytile==2.0.5']
CLIENT_UUID_CONFIG_FILE = '.tile.conf'
DEVICE_TYPES = ['PHONE', 'TILE']

View File

@ -1264,7 +1264,7 @@ pythonegardia==1.0.39
pythonwhois==2.4.3
# homeassistant.components.device_tracker.tile
pytile==2.0.2
pytile==2.0.5
# homeassistant.components.climate.touchline
pytouchline==0.7