Home Assistant shows a deprecation warning related to option flow config_entry
- Dominant language
- Python
- Stars
- 780
- Forks
- 127
- PR merge metrics
- No merged PRs in 30d
Description
### Is there an existing issue for this?
- [x] I have searched both the existing open issues & recently closed issues and did not find a duplicate of this issue.
### I have read about the Fleet API and understand I may need to use it
- [x] I understand issues relating to read only commands will be auto closed if not using the Fleet API.
### Version of the Tesla component
3.24.3
### Version of the Tesla car software
2025.14.3.1
### Model
Model 3
### Current Behavior
2025-05-10 19:07:33.754 WARNING (MainThread) [homeassistant.helpers.frame]
Detected that custom integration 'tesla_custom' sets option flow config_entry explicitly,
which is deprecated at custom_components/tesla_custom/config_flow.py, line 204:
self.config_entry = config_entry.
This will stop working in Home Assistant 2025.12.
### Expected Behavior
It's not working
### Debug logs
```true
Home Assistant shows a deprecation warning related to option flow config_entry:
2025-05-10 19:07:33.754 WARNING (MainThread) [homeassistant.helpers.frame]
Detected that custom integration 'tesla_custom' sets option flow config_entry explicitly,
which is deprecated at custom_components/tesla_custom/config_flow.py, line 204:
self.config_entry = config_entry.
```
### Anything else?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.