hass-core/homeassistant
Eliran Turgeman 3de21d3fda Fix waze_travel_time component ERROR on startup (#20316)
* Fix waze_travel_time component ERROR on startup

Fix the unhandled exception with Waze Travel Time sensor upon startup,
by adding Throttle before update_interval are starting.

* add missing whitespace after ','

* fix line too long (80 > 79 characters)

* lint

* fix interval to use const

* Change to Throttle as a decorator to update

Change to Throttle as a decorator to update instead of self.update = Throttle(interval)(self.update)
remove unnecessary code.

* fix  indentations

* Update waze_travel_time.py

* Update waze_travel_time.py

* Update waze_travel_time.py
2019-02-06 11:42:11 +01:00
..
auth Allow usernames to be case-insensitive (#20558) 2019-01-29 08:28:52 +01:00
components Fix waze_travel_time component ERROR on startup (#20316) 2019-02-06 11:42:11 +01:00
helpers Reproduce states by letting each component opt in on handling state recovery itself (#18700) 2019-02-05 17:25:27 -08:00
scripts Add PLATFORM_SCHEMA_BASE support to check_config.py (#20663) 2019-02-01 08:14:02 -08:00
util Fix cloud webhook body (#20739) 2019-02-04 10:58:38 -08:00
__init__.py
__main__.py Lint 2018-10-02 10:35:00 +02:00
bootstrap.py Warn for old slugs/entity ids (#20478) 2019-01-26 14:10:05 -08:00
config.py Fix the line reference in config error message (#20743) 2019-02-04 10:58:06 -08:00
config_entries.py Fix typo in config entries doc (#20619) 2019-01-31 10:52:42 +01:00
const.py Bumped version to 0.88.0.dev0 2019-01-30 17:38:17 -08:00
core.py Update flake8 to 3.7.5 (#20761) 2019-02-05 11:12:09 +01:00
data_entry_flow.py Add webhook + IFTTT example (#16817) 2018-09-30 14:45:48 +02:00
exceptions.py Check admin permission before able to manage config entries 2018-12-13 16:13:43 +01:00
loader.py Allow embedded platforms (#19948) 2019-01-11 11:30:22 -08:00
monkey_patch.py Narrow scope of various pylint inline disables (#15364) 2018-10-10 12:17:11 +02:00
package_constraints.txt Upgrade astral to 1.8 (#20459) 2019-01-26 15:54:35 +01:00
requirements.py Improve package loadable (#16237) 2018-08-28 12:52:18 +02:00
setup.py Allow embedded platforms (#19948) 2019-01-11 11:30:22 -08:00