mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +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
|
||||
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)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user