I have successfully setup a Tesla Developer account and have enabled remote access to Home Assistant Green via Inbuilt cloud. I made the mistake of first trying the integration without setting up a method of payment. Although I have now set that up on the Tesla end the integration fails. I get redirected the Tesla website and a dialogue stating that I will be linking to Home Assistant is shown, After accepting I get “Loading Next Step for Tesla Fleet” followed by an Error with no text. Looking at the logs is see File “/usr/src/homeassistant/homeassistant/components/tesla_fleet/config_flow.py”, line 87, in async_oauth_create_entry
await api.partner_login(
implementation.client_id, implementation.client_secret
)
File “/usr/local/lib/python3.14/site-packages/tesla_fleet_api/tesla/fleet.py”, line 219, in partner_login
raise ValueError(f"Partner login failed: {error_data}")
ValueError: Partner login failed: {‘error’: ‘invalid_scope’, ‘error_description’: ‘The requested scopes are not granted.’} And when I try again: ogger: homeassistant.helpers.config_entry_oauth2_flow
Source: helpers/config_entry_oauth2_flow.py:518
First occurred: 11:47:20 (1 occurrence)
Last logged: 11:47:20
Error resolving OAuth token: 400, message=‘Bad Request’, url=‘Tesla Auth’
My problem is that I do not see a half-baked integration in the UI and therefore cannot delete it. I am stuck - please help. I am also on Day 2 of learning this. Thx in advance.