upgrade pylinky to 0.3.3 (#22544)

This commit is contained in:
Julien Roy 2019-03-30 03:22:28 +01:00 committed by Paulus Schoutsen
parent cc886821bc
commit 8e975395be
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ from homeassistant.helpers.entity import Entity
from homeassistant.util import Throttle
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['pylinky==0.3.0']
REQUIREMENTS = ['pylinky==0.3.3']
_LOGGER = logging.getLogger(__name__)
SCAN_INTERVAL = timedelta(minutes=10)

View File

@ -1132,7 +1132,7 @@ pylgnetcast-homeassistant==0.2.0.dev0
pylgtv==0.1.9
# homeassistant.components.linky.sensor
pylinky==0.3.0
pylinky==0.3.3
# homeassistant.components.litejet
pylitejet==0.1