The problem is also now on the production build.
Solution: ctrl+F5
refresh to the new interface that has the option under
Settings > System > General
The problem is also now on the production build.
Solution: ctrl+F5
refresh to the new interface that has the option under
Settings > System > General
I’m not in Beta, had the same issue, got it fixed now.
Yep, same for me. Not on beta, found the solution here.
Same here, same issue. I think there may be many of us with this problem.
The problem is also now on the production build.
Solution: ctrl+F5
refresh to the new interface that has the option under
Settings > System > General
I get “Editor disabled because config stored in configuration.yaml.” updating Yaml, I still get the warning.
Open to edit configuration.yaml
Find:
homeassistant:
Add:
country: {your-2-letter-HA-Country-Code}
Check configuration and restart Home Assistant.
Worked for me with Olivier1974’s solution (configuration in yaml) but with single quotes for country code:
homeassistant:
country: ‘FR’
Mind the indentation
homeassistant:
country: FR
I have installed production version, but also got “the country has not been configured”. Not possible to fix using system/general, because it’s deactivated. The configuration is stored in configuration.yaml. I tried to add country under homeassistant: but got error message “property country not allowed”
Even if you get an error in Studio server for the country property, it works correctly once you reload the location configuration.
Soooo… If I have setup my location in the map, why does HA ask me tospecify the country? Is it so complicated to try to decode the country from the location, setup as default and potentially ask user to verify after the upgrade?
I can copy paste
country: FR
and it works but not for Norway - NO
homeassistant:
country: NO
is not working? What is the log telling?
Developer tools: Configuration invalid!
invalid ISO 3166 formatted country for dictionary value @ data[‘country’]
I have to look in the logs
For Norway - NO - double quotes is the answer.
country: “NO”
I would rather like to know WHY does it even ask for a country?
If you go to settings > system > general > you can set it up there as well…just choose your country in the drop down menu, and i see Noway in the drop down fyi.
I get this error:
Integration error: country - Integration 'country' not found.
This worked for me after updating to the December HA release and getting the “country has not been configured” message. Did not need to use quotes around my country code.