Paul Bottein
Paul Bottein
Hello 👋 Title card is using jinja templating rules. You can take control of white spaces using minus `-` sign. You can find the full documentation here: https://jinja.palletsprojects.com/en/3.0.x/templates/#whitespace-control
Weird, I can not reproduce it. I'm not sure it's a Mushroom issue but many people use card mod with template card and don't have this issue.
I saw you're using template, right? Are you using this syntax to apply the precision? `rounded=True` must be added. ``` states('sensor.temperature', rounded=True, with_unit=True) ``` Source; https://www.home-assistant.io/docs/configuration/templating/#formatting-sensor-states
Hello 👋 Mushroom uses the core template engine (https://www.home-assistant.io/docs/configuration/templating/) and this is not translated and use english formatting for numbers. We can do nothing on Mushroom to fix it 😕
Hi 👋 1. Unfortunately, it's not possible to provide translation for custom card name. It's a imitation for custom cards. 2. Don't really understand the issue. Can you provide more...
Mushroom rules for icons are the same for mushroom and official home assistant cards. We don't have the information about the direction of opening so we can not propose other...
What's the device class of your entity? Can you provide the state using [dev tools](https://my.home-assistant.io/redirect/developer_states/)?
You should be able to set curtain device class on your group using entity settings. It will fix your issue.
@WorlockM please provide some screenshots and state information of your entity using dev tools. I don't really understand.
Template are rendered in the back end while localization is done front-end side. That why we don't have translation support for template. Do you have a card example of why...