mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Bump insteonplm version to fix device hanging (#14582)
* Update inteonplm to 0.9.2 * Change to force Travis CI * Change to force Travis CI
This commit is contained in:
parent
23afdec767
commit
0d9b3bea10
@ -17,7 +17,7 @@ import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.helpers import discovery
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
REQUIREMENTS = ['insteonplm==0.9.1']
|
||||
REQUIREMENTS = ['insteonplm==0.9.2']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -449,7 +449,7 @@ influxdb==5.0.0
|
||||
insteonlocal==0.53
|
||||
|
||||
# homeassistant.components.insteon_plm
|
||||
insteonplm==0.9.1
|
||||
insteonplm==0.9.2
|
||||
|
||||
# homeassistant.components.verisure
|
||||
jsonpath==0.75
|
||||
|
Loading…
x
Reference in New Issue
Block a user