Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upFix waze_travel_time component ERROR on startup #20316
Conversation
homeassistant
added
the
cla-needed
label
Jan 22, 2019
This comment has been minimized.
This comment has been minimized.
homeassistant
commented
Jan 22, 2019
wafflebot
bot
added
the
in progress
label
Jan 22, 2019
homeassistant
added
cla-signed
and removed
cla-needed
labels
Jan 22, 2019
MartinHjelmare
requested changes
Jan 23, 2019
Revert all the changes. Then add the throttle as decorator with fixed interval. |
This comment has been minimized.
This comment has been minimized.
#14527 is unrelated to this fix and has already been fixed. I've updated the description. |
This comment has been minimized.
This comment has been minimized.
Is there anyone who can help check why not passes the tests? |
This comment has been minimized.
This comment has been minimized.
The line numbers are marked above, so look at those lines to find the problem. |
MartinHjelmare
approved these changes
Feb 6, 2019
Thanks! |
MartinHjelmare
merged commit 3de21d3
into
home-assistant:dev
Feb 6, 2019
wafflebot
bot
removed
the
in progress
label
Feb 6, 2019
This comment has been minimized.
This comment has been minimized.
thank you for the guidance! next time will be much easier |
This comment has been minimized.
This comment has been minimized.
IIIdefconIII
commented
Feb 7, 2019
which release contains this fix im on 0.87 now |
This comment has been minimized.
This comment has been minimized.
None yet. I'll tag it with 0.87.1. |
MartinHjelmare
added this to the 0.87.1 milestone
Feb 7, 2019
added a commit
to bachya/home-assistant
that referenced
this pull request
Feb 7, 2019
balloob
added
the
cherry-picked
label
Feb 10, 2019
added a commit
that referenced
this pull request
Feb 10, 2019
MartinHjelmare
referenced this pull request
Feb 10, 2019
Closed
Unable to find entity device_tracker.thomas_thomasgalaxys8 (waze) #20953
home-assistant
locked and limited conversation to collaborators
Feb 11, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
VirtualL commentedJan 22, 2019
•
edited
Description:
Fix the unhandled exception with Waze Travel Time sensor upon startup,
by adding Throttle before update_interval are starting.
Related issue (if applicable):
fixes #16676
Error treated:
Example entry for
configuration.yaml
(if applicable):Checklist:
tox
. Your PR cannot be merged unless tests passIf user exposed functionality or configuration variables are added/changed:- [ ] Documentation added/updated in home-assistant.ioIf the code communicates with devices, web services, or third-party tools:
- [ ] New dependencies have been added to theREQUIREMENTS
variable (example).- [ ] New or updated dependencies have been added torequirements_all.txt
by runningscript/gen_requirements_all.py
.- [ ] New files were added to.coveragerc
.If the code does not interact with devices: