I configured the currency in the configuration.yaml like this:
homeassistant:
name: Home
country: FR
currency: EUR
And I’m getting the following error message in console
My configuration seems correct but apparently setting the currency in the config is not changing anything. Is it a known bug ? Is there a workaround for that ? Any kind of help would be appreciated
Thank you for pointing that out. Do you think the right solution is to change € to EUR? Or to change the file encoding (currently utf-8)? Or simply remove it? What do you think would be the good approach?