Iāve updated to the latest version of Minimalist UI, but now Iāve got the Turkish language as my welcome card. The system languages is Dutch, so iām confused now. Itās with the standard Welcome Scene Card and the Custom Welcome Scene card from Everything Smart Home.
This happend to me before, but it fixed itself over a period of time. Where do I change the language used in the cards? In the repo there is not a separate languages folder.
Thanks for the quick replyā¦but both of the selectors are on Dutch. Itās still displaying the Turkish language.
Reinstalled the integration, restarted the host. Still the same.
Maybe there is some automated translation file hooked up in the cache directory used by Minimalist.
You can check this by going to this file: /config/custom_components/ui_lovelace_minimalist/__ui_minimalist__/ulm_templates/language.yaml
This should be in Dutch, if not delete it and restart HA or reload the Minimalist integration.
Maybe someone can help me here, I use a dark theme for my phone but that is causing mine to look awful - is there any way to override the colors (maybe at least the background) so there is much more contrast between the buttons and the background?
First of all make sure the theme is set on your device. Based on your screenshots it is jot selected on your mobile.
Theme settings are not global but device specific.
Is it possible to show the zone in the Person Card or Person Info Card as āunknownā if the following conditions are met?
Device is off
Device tracker hasnāt updated in the last X minutes
I suppose itās as simple as doing an if-else statement in the custom card yaml fileā¦
And similarly, for the Person Info Card, do a check if a person is moving and based on what activity is being detected (in_vehicle, walking, running, cycling etc.) show different text for āDriving - Homeā and icon for commute. And by help of proximity sensor I guess it should be possible to see if the person is moving towards or away from home.
Although these changed could be made in the file, perhaps some of it could be of interest to include as options in the custom card itself?
can anyone provide any guidance for a novice interested in using a grid-type layout?
i have a fire 7 i want to build a dashboard forā¦ using the horizontal stack makes it harder to fit into the tablet in the right way. I think grid is they way to go. But how is best to work out the layout and then build the right code?