mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
upgrade pylinky to 0.3.3 (#22544)
This commit is contained in:
parent
cc886821bc
commit
8e975395be
@ -17,7 +17,7 @@ from homeassistant.helpers.entity import Entity
|
|||||||
from homeassistant.util import Throttle
|
from homeassistant.util import Throttle
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['pylinky==0.3.0']
|
REQUIREMENTS = ['pylinky==0.3.3']
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
SCAN_INTERVAL = timedelta(minutes=10)
|
SCAN_INTERVAL = timedelta(minutes=10)
|
||||||
|
@ -1132,7 +1132,7 @@ pylgnetcast-homeassistant==0.2.0.dev0
|
|||||||
pylgtv==0.1.9
|
pylgtv==0.1.9
|
||||||
|
|
||||||
# homeassistant.components.linky.sensor
|
# homeassistant.components.linky.sensor
|
||||||
pylinky==0.3.0
|
pylinky==0.3.3
|
||||||
|
|
||||||
# homeassistant.components.litejet
|
# homeassistant.components.litejet
|
||||||
pylitejet==0.1
|
pylitejet==0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user