Upgrade insteonplm version to 0.8.0
parent
967ed03442
commit
6a8936da32
|
@ -21,7 +21,7 @@ from insteonplm.states.onOff import (OnOffSwitch, OnOffSwitch_OutletTop, OnOffSw
|
|||
from insteonplm.states.dimmable import (DimmableSwitch, DimmableSwitch_Fan)
|
||||
from insteonplm.states.sensor import (VariableSensor, MotionSensor, SmokeCO2Sensor, IoLincSensor)
|
||||
|
||||
REQUIREMENTS = ['insteonplm==0.7.5']
|
||||
REQUIREMENTS = ['insteonplm==0.8.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -409,8 +409,7 @@ influxdb==4.1.1
|
|||
insteonlocal==0.53
|
||||
|
||||
# homeassistant.components.insteon_plm
|
||||
insteonplm==0.7.5
|
||||
|
||||
insteonplm==0.8.0
|
||||
# homeassistant.components.verisure
|
||||
jsonpath==0.75
|
||||
|
||||
|
|
Loading…
Reference in New Issue