mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Upgrade lyft_rides to 0.2 (#9578)
This commit is contained in:
parent
4a6a53c1ad
commit
cf8e6d8d86
@ -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…
x
Reference in New Issue
Block a user