Introducing My Home Assistant Translation Integration
Hello everyone!
I’d like to share my modest integration that solves a common pain point in Home Assistant translations. As many developers know, there are 4 separate translation systems:
- Backend translations
- Frontend translations
- Two separate mobile app translations
For those developing custom UIs through the API, there’s a particular frustration: frontend translations aren’t accessible via the official API. This typically forces developers to create workarounds like interceptors, parsers, and other complicated solutions.
My Solution 
I’ve created a custom component that:
- Adds frontend translation capabilities to the official WebSocket API
- Introduces a new service for translation convenience
Installation Instructions 
While waiting for official HACS approval, you can install it manually:
- Use as a custom repository (requires extra steps beyond standard HACS installs)
- Manual installation via GitHub
Repository link
Demo (Youtube)
Let me know if you have any questions or feedback!