The issue might stem from differences in how each integration defines and reports the status of the device tracker.
can you give us more info about the integration ?
The solution is as follows: Navigate to HA > File Editor > custom_components/myskoda. Inside this directory, locate the folder named translations and open the file de.json. Search for the following section of the code:
Replace Anwesend with Zuhause (the German word for “home”) and Abwesend with the German word for “away.” Save the file and restart HA for the changes to take effect. Additionally, it’s strongly recommended to open an issue on the GitHub repository so this update can be implemented for others.
You’re welcome! However, consider opening an issue on GitHub to ensure the translation can be corrected for others. If you update the integration, remember to reapply the changes to the file until the issue is officially resolved.
already did this as a feature / change request.
In my opinion, default states shouldn’t be translated by the integration at all.
You can do this, when having some states, that are not available in homeassistant itself - but device tracker, some of the binary sensors should not be translated by the integration to be aligned with the default translations.