core/homeassistant/generated
Erik Montnemery e1338adf1a
Allow configuring country and language in core config (#81734)
* Allow configuring country and language in core config

* Add script for updating list of countries

* Use black for formatting

* Fix quoting

* Move country codes to a separate file

* Address review comments

* Add generated/countries.py

* Get default language from owner account

* Remove unused variable

* Add script to generate list of supported languages

* Add tests

* Fix stale docsring

* Use format_python_namespace

* Correct async_user_store

* Improve typing

* Fix with_store decorator

* Initialize language in core store migration

* Fix startup

* Tweak

* Apply suggestions from code review

Co-authored-by: Franck Nijhof <git@frenck.dev>

* Update storage.py

Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-11-24 23:25:50 +01:00
..
__init__.py Enable strict typing for zeroconf (#48450) 2021-03-30 06:48:04 -10:00
application_credentials.py Deduplicate blackening (#81802) 2022-11-09 16:58:20 +01:00
bluetooth.py Add support for Sensirion BLE sensors (#82382) 2022-11-19 14:26:54 -06:00
config_flows.py Remove Google Chat/Hangouts integration (#82645) 2022-11-24 18:33:13 +01:00
countries.py Allow configuring country and language in core config (#81734) 2022-11-24 23:25:50 +01:00
currencies.py Deduplicate blackening (#81802) 2022-11-09 16:58:20 +01:00
dhcp.py Add Airzone DHCP discovery support (#82339) 2022-11-23 12:32:23 -07:00
integrations.json Remove Google Chat/Hangouts integration (#82645) 2022-11-24 18:33:13 +01:00
languages.py Allow configuring country and language in core config (#81734) 2022-11-24 23:25:50 +01:00
mqtt.py Deduplicate blackening (#81802) 2022-11-09 16:58:20 +01:00
ssdp.py Deduplicate blackening (#81802) 2022-11-09 16:58:20 +01:00
usb.py Deduplicate blackening (#81802) 2022-11-09 16:58:20 +01:00
zeroconf.py Deduplicate blackening (#81802) 2022-11-09 16:58:20 +01:00