mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 04:05:06 +02:00
Upgrade pytile to 2.0.6 (#21516)
This commit is contained in:
@@ -18,7 +18,7 @@ from homeassistant.util import slugify
|
|||||||
from homeassistant.util.json import load_json, save_json
|
from homeassistant.util.json import load_json, save_json
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
REQUIREMENTS = ['pytile==2.0.5']
|
REQUIREMENTS = ['pytile==2.0.6']
|
||||||
|
|
||||||
CLIENT_UUID_CONFIG_FILE = '.tile.conf'
|
CLIENT_UUID_CONFIG_FILE = '.tile.conf'
|
||||||
DEVICE_TYPES = ['PHONE', 'TILE']
|
DEVICE_TYPES = ['PHONE', 'TILE']
|
||||||
|
@@ -1405,7 +1405,7 @@ pythonegardia==1.0.39
|
|||||||
pythonwhois==2.4.3
|
pythonwhois==2.4.3
|
||||||
|
|
||||||
# homeassistant.components.device_tracker.tile
|
# homeassistant.components.device_tracker.tile
|
||||||
pytile==2.0.5
|
pytile==2.0.6
|
||||||
|
|
||||||
# homeassistant.components.climate.touchline
|
# homeassistant.components.climate.touchline
|
||||||
pytouchline==0.7
|
pytouchline==0.7
|
||||||
|
Reference in New Issue
Block a user