Aaron Bach
239c60c09f
Use HASS latitude/longitude as defaults for Lyft ( #20491 )
2019-01-26 23:21:51 -07:00
Paulus Schoutsen
994b829cb4
add_devices -> add_entities ( #16171 )
...
* add_devices -> add_entities
* Lint
* PyLint
* Revert external method in scsgate
2018-08-24 16:37:30 +02:00
Ville Skyttä
2f7b79764a
More pylint 2 fixes ( #15565 )
...
## Description:
More fixes flagged by pylint 2 that don't hurt to have before the actual pylint 2 upgrade (which I'll submit soon).
## Checklist:
- [ ] The code change is tested and works locally.
- [x] Local tests pass with `tox`. **Your PR cannot be merged unless tests pass**
2018-07-20 11:45:20 +03:00
Paulus Schoutsen
3fd61d8f45
Update voluputous ( #12463 )
...
* Update voluputous
* Fix http config
* Fix optional with default=None
* Optional, default=none
* Fix defaults in voluptuous schemas
* Fix tests
* Fix update error
* Lint
2018-02-17 10:29:14 +01:00
Enrique Gonzalez
cf8e6d8d86
Upgrade lyft_rides to 0.2 ( #9578 )
2017-09-25 22:34:48 +02:00
Adam Mills
3b7f16f189
Catch and log Lyft API errors ( #8635 )
2017-07-25 00:05:47 -04:00
Fabian Affolter
a4f1f6e724
Update docstrings ( #7374 )
...
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstring
* Update docstrings
* Update docstrings
* Fix lint issues
* Update docstrings
* Revert changes in dict
2017-05-02 09:18:47 -07:00
Adam Mills
b6a4a0d9af
Refactor lyft sensor update ( #7233 )
2017-04-23 09:23:00 +02:00
Dan Ports
2c39038507
lyft sensor: re-enable Prime Time rate attribute ( #6982 )
...
Turns out this does work correctly even without a user login
(assuming that sandbox mode is disabled)
2017-04-22 21:16:06 +02:00
Dan Ports
20c5f9de4b
Add sensor for Lyft time and price (based on Uber sensor) ( #6711 )
...
* Add sensor for Lyft time and price (based on Uber sensor)
* Minor fixes to lyft sensor
- use add_devices(...,True) instead of explicitly calling update
- move sensor name check into constructor
* lyft sensor: disable sandbox mode
2017-03-23 08:15:52 -07:00