bump ups version (#7033)
parent
ee988dc884
commit
32da163421
homeassistant/components/sensor
|
@ -19,7 +19,7 @@ from homeassistant.util import Throttle
|
|||
from homeassistant.util.dt import now, parse_date
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['upsmychoice==1.0.1']
|
||||
REQUIREMENTS = ['upsmychoice==1.0.2']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -762,7 +762,7 @@ twilio==5.7.0
|
|||
uber_rides==0.2.7
|
||||
|
||||
# homeassistant.components.sensor.ups
|
||||
upsmychoice==1.0.1
|
||||
upsmychoice==1.0.2
|
||||
|
||||
# homeassistant.components.camera.uvc
|
||||
uvcclient==0.10.0
|
||||
|
|
Loading…
Reference in New Issue