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
After upgrading from 2025.3.4 to any new beta build of 2025.4.x, I am receiving the following error while trying to issue any command to any of my Tesla vehicles. Downgrading back to 2025.3.4 fixes the issue:
"Command failed: Access to this resource is not authorized, developers should check required Scope."
What version of Home Assistant Core has the issue?
2025.4.0b13
What was the last working version of Home Assistant Core?
2025-04-01 17:07:03.971 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [140200362391968] Unexpected exception
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/tesla_fleet/helpers.py", line 39, in handle_command
result = await command
^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/tesla_fleet_api/tesla/vehicle/fleet.py", line 141, in flash_lights
return await self._request(
^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/tesla_fleet_api/tesla/fleet.py", line 129, in _request
await raise_for_status(resp)
File "/usr/local/lib/python3.13/site-packages/tesla_fleet_api/exceptions.py", line 1057, in raise_for_status
raise Forbidden(data)
tesla_fleet_api.exceptions.Forbidden: Access to this resource is not authorized, developers should check required Scope.
Additional information
No response
The text was updated successfully, but these errors were encountered:
Hey there @Bre77, mind taking a look at this issue as it has been labeled with an integration (tesla_fleet) you are listed as a code owner for? Thanks!
Code owner commands
Code owners of tesla_fleet 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 tesla_fleet 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
After upgrading from 2025.3.4 to any new beta build of 2025.4.x, I am receiving the following error while trying to issue any command to any of my Tesla vehicles. Downgrading back to 2025.3.4 fixes the issue:
"Command failed: Access to this resource is not authorized, developers should check required Scope."
What version of Home Assistant Core has the issue?
2025.4.0b13
What was the last working version of Home Assistant Core?
2025.3.4
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Tesla Fleet
Link to integration documentation on our website
https://www.home-assistant.io/integrations/tesla_fleet/
Diagnostics information
config_entry-tesla_fleet-01JHXZS5RENHS9380RKNNV2TM3 (3).json
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: