mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Upgrade uber_rides to 0.6.0 (#9457)
This commit is contained in:
parent
f2c605ba1b
commit
6ccf039c95
@ -14,7 +14,7 @@ from homeassistant.components.sensor import PLATFORM_SCHEMA
|
||||
from homeassistant.helpers.entity import Entity
|
||||
from homeassistant.util import Throttle
|
||||
|
||||
REQUIREMENTS = ['uber_rides==0.5.2']
|
||||
REQUIREMENTS = ['uber_rides==0.6.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -978,7 +978,7 @@ transmissionrpc==0.11
|
||||
twilio==5.7.0
|
||||
|
||||
# homeassistant.components.sensor.uber
|
||||
uber_rides==0.5.2
|
||||
uber_rides==0.6.0
|
||||
|
||||
# homeassistant.components.sensor.ups
|
||||
upsmychoice==1.0.6
|
||||
|
Loading…
x
Reference in New Issue
Block a user