We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello. I want do translate the state of the hvac_action in my Widget. My Thermostat has "off" and "heating". therefore I use this snippet:
- id: state label: Aktion template: '{{hvac_action|translate(''state_attributes.climate.hvac_action.'')}}'
But the state is still shown as ofo and heating I want An or AUS. Whats wrong in my code and how I can do that. I also tried:
- id: state label: Aktion template: > {{ 'AUS' if state.text == 'off' else 'AN' }}
Thanks
The text was updated successfully, but these errors were encountered:
Hi, I also would like to have german text for the state. But how?
Sorry, something went wrong.
No branches or pull requests
Hello. I want do translate the state of the hvac_action in my Widget. My Thermostat has "off" and "heating". therefore I use this snippet:
But the state is still shown as ofo and heating I want An or AUS. Whats wrong in my code and how I can do that. I also tried:
Thanks
The text was updated successfully, but these errors were encountered: