You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the achieved_minutes and goal_minutes have changed in the Tractive API.
I recently got a notification about upcoming "improvements" to activity tracking (don't remember the details) and then the above failed to update (might have been before, but it was around the time of the notification).
Hey there @Danielhiversen, @zhulik, @bieniu, mind taking a look at this issue as it has been labeled with an integration (tractive) you are listed as a code owner for? Thanks!
Code owner commands
Code owners of tractive can trigger bot actions by commenting:
@home-assistant close Closes the issue.
@home-assistant rename Awesome new title Renames the issue.
@home-assistant reopen Reopen the issue.
@home-assistant unassign tractive Removes the current integration label and assignees on the issue, add the integration domain after the command.
@home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
@home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.
The problem
It looks like the
achieved_minutes
andgoal_minutes
have changed in the Tractive API.I recently got a notification about upcoming "improvements" to activity tracking (don't remember the details) and then the above failed to update (might have been before, but it was around the time of the notification).
Debug logs example:
Looks like the code here needs changing.
https://github.com/home-assistant/core/blob/4d7a43425474da09a2d8b24a766db5193e9e2b16/homeassistant/components/tractive/__init__.py#L295C1-L298C10
Not sure how HA works but I think
should become
Looks like someone else noticed this as well and reported upstream. (so it's not just me)
zhulik/aiotractive#31
What version of Home Assistant Core has the issue?
core-2024.3.3
What was the last working version of Home Assistant Core?
core-2024.3.3
What type of installation are you running?
Home Assistant Supervised
Integration causing the issue
Tractive
Link to integration documentation on our website
https://www.home-assistant.io/integrations/tractive
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: