Upgrade lyft_rides to 0.2 (#9578)
This commit is contained in:
parent
4a6a53c1ad
commit
cf8e6d8d86
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ from homeassistant.helpers.entity import Entity
|
|||
from homeassistant.util import Throttle
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['lyft_rides==0.1.0b0']
|
||||
REQUIREMENTS = ['lyft_rides==0.2']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -401,7 +401,7 @@ liveboxplaytv==1.4.9
|
|||
lmnotify==0.0.4
|
||||
|
||||
# homeassistant.components.sensor.lyft
|
||||
lyft_rides==0.1.0b0
|
||||
lyft_rides==0.2
|
||||
|
||||
# homeassistant.components.notify.matrix
|
||||
matrix-client==0.0.6
|
||||
|
|
Loading…
Add table
Reference in a new issue