mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
python-insteonplm module version bump (#8736)
Requiring python-insteonplm v0.7.5 (up from 0.7.4) now
This commit is contained in:
parent
37fef4016e
commit
7156e4782e
@ -15,7 +15,7 @@ from homeassistant.const import (
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.helpers import discovery
|
||||
|
||||
REQUIREMENTS = ['insteonplm==0.7.4']
|
||||
REQUIREMENTS = ['insteonplm==0.7.5']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -334,7 +334,7 @@ influxdb==3.0.0
|
||||
insteonlocal==0.52
|
||||
|
||||
# homeassistant.components.insteon_plm
|
||||
insteonplm==0.7.4
|
||||
insteonplm==0.7.5
|
||||
|
||||
# homeassistant.components.verisure
|
||||
jsonpath==0.75
|
||||
|
Loading…
x
Reference in New Issue
Block a user