-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tesla Route never matches home due to capital letter #126010
Comments
Did a workaround to match with OR, between "home" and "Home".
Execution on step for the route: result: true conditions/0 result: false conditions/1 result: true conditions/1/entity_id/0 result: true Trigered by: unfortunatelly, since I recreated the autoamtion, I do not have a trace to show when the state is reported with lower letter, even though in previous autiomation, I've seen it. |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
I'm seeing this issue as well with a "wake up" automation that I have configured. Here is the condition state of a successful and a failed automation (notice the state of "Home" versus "home"): SUCCESS FAILED Similar to this post, it seems to randomly work, but I have no idea as to why. https://community.home-assistant.io/t/home-vs-home-in-an-automation/325834 |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
The problem
When doing Automation and condition to match for Tesla Route:
condition:
condition: device
device_id: ac2308f19695082b51577ebdb4206785
domain: device_tracker
entity_id: 8a5ec73b1a6dc440d85e3cb92cabbef1
type: is_home
It will never match, since the value returned from Tesla is Home (with capital H) and the condition will always evaluate to false
What version of Home Assistant Core has the issue?
core-2024.9.1
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Tesla Fleet
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: