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
Describe the bug
When trying to use the Home Assistant ha_toyota Custom Component with mytoyota v1.1.0, there is a problem with the creation of the cache directory, which is why the Custom Component cannot be set up:
Logger: custom_components.toyota.config_flow
Source: custom_components/toyota/config_flow.py:53
Integration: Toyota Connected Services ([documentation](https://github.com/DurgNomis-drol/ha_toyota), [issues](https://github.com/DurgNomis-drol/ha_toyota/issues))
First occurred: 21:45:28 (2 occurrences)
Last logged: 21:52:01
An unknown error occurred during login request: [Errno 2] No such file or directory: '/root/.cache/toyota_credentials_cache_contains_secrets'
To Reproduce
Steps to reproduce the behavior:
Use the work in progress version of ha_toyota from the following MR and copy the files into your home assistatn custom_components directory: Use new mytoyota api endpoints ha_toyota#198
Restart your home assistant instance
Add the "Toyota connected services" Integration in Home Assistant and insert E-Mail and Password
See error
Expected behavior
The custom component should be able to be initialised correctly and without errors.
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying to use the Home Assistant
ha_toyota
Custom Component withmytoyota
v1.1.0, there is a problem with the creation of the cache directory, which is why the Custom Component cannot be set up:To Reproduce
Steps to reproduce the behavior:
Expected behavior
The custom component should be able to be initialised correctly and without errors.
Additional context
The text was updated successfully, but these errors were encountered: