mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 13:57:10 +00:00
Upgrade pylutron-caseta to 0.5.0 to reestablish connections (#14013)
* Upgrade pylutron-caseta to 0.5.0 to reestablish connections * Upgrade pylutron-caseta to 0.5.0 in requirements_all.txt
This commit is contained in:
parent
825f94f47f
commit
8459b241a2
@ -14,7 +14,7 @@ from homeassistant.const import CONF_HOST
|
|||||||
from homeassistant.helpers import discovery
|
from homeassistant.helpers import discovery
|
||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
|
|
||||||
REQUIREMENTS = ['pylutron-caseta==0.3.0']
|
REQUIREMENTS = ['pylutron-caseta==0.5.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -833,7 +833,7 @@ pylitejet==0.1
|
|||||||
pyloopenergy==0.0.18
|
pyloopenergy==0.0.18
|
||||||
|
|
||||||
# homeassistant.components.lutron_caseta
|
# homeassistant.components.lutron_caseta
|
||||||
pylutron-caseta==0.3.0
|
pylutron-caseta==0.5.0
|
||||||
|
|
||||||
# homeassistant.components.lutron
|
# homeassistant.components.lutron
|
||||||
pylutron==0.1.0
|
pylutron==0.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user