Add a condition to check if the car is being charged and is an e-tron to adjust the polling interval to 30 seconds.
Modify custom_components/audiconnect/__init__.py to include the new condition and adjust the polling interval accordingly.
Add a method in custom_components/audiconnect/audi_account.py to check if the car is being charged and is an e-tron, returning a boolean value based on the condition.
Add a condition to check if the car is being charged and is an e-tron to adjust the polling interval to 30 seconds.
custom_components/audiconnect/__init__.py
to include the new condition and adjust the polling interval accordingly.custom_components/audiconnect/audi_account.py
to check if the car is being charged and is an e-tron, returning a boolean value based on the condition.For more details, open the Copilot Workspace session.