mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 14:45:09 +02:00
Upgrade insteonlocal dependency to 0.49
This commit is contained in:
@@ -13,7 +13,7 @@ from homeassistant.const import (
|
||||
CONF_PASSWORD, CONF_USERNAME, CONF_HOST, CONF_PORT, CONF_TIMEOUT)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['insteonlocal==0.48']
|
||||
REQUIREMENTS = ['insteonlocal==0.49']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@@ -330,7 +330,7 @@ influxdb==3.0.0
|
||||
insteon_hub==0.4.5
|
||||
|
||||
# homeassistant.components.insteon_local
|
||||
insteonlocal==0.48
|
||||
insteonlocal==0.49
|
||||
|
||||
# homeassistant.components.insteon_plm
|
||||
insteonplm==0.7.4
|
||||
|
Reference in New Issue
Block a user