mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
Bump insteonplm to 0.8.6 to fix sensor message handling (#13691)
This commit is contained in:
parent
1b3c3494e8
commit
61a3b4ffdb
@ -16,7 +16,7 @@ import homeassistant.helpers.config_validation as cv
|
|||||||
from homeassistant.helpers import discovery
|
from homeassistant.helpers import discovery
|
||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
|
|
||||||
REQUIREMENTS = ['insteonplm==0.8.3']
|
REQUIREMENTS = ['insteonplm==0.8.6']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -436,7 +436,7 @@ influxdb==5.0.0
|
|||||||
insteonlocal==0.53
|
insteonlocal==0.53
|
||||||
|
|
||||||
# homeassistant.components.insteon_plm
|
# homeassistant.components.insteon_plm
|
||||||
insteonplm==0.8.3
|
insteonplm==0.8.6
|
||||||
|
|
||||||
# homeassistant.components.verisure
|
# homeassistant.components.verisure
|
||||||
jsonpath==0.75
|
jsonpath==0.75
|
||||||
|
Loading…
x
Reference in New Issue
Block a user