ha-core/homeassistant
J. Nick Koston 982c8f8f4a
Fix incorrect scope on checking files to load in translations (#112457)
discovered in https://github.com/home-assistant/core/pull/112295#discussion_r1513505710

We only checked if the last language had files to load
instead of all of them. The checks for each language
are the same because the only reason we would skip
a language is a missing/broken integration or the integration
is a single file. Both of these loop conditions are always
the same reguardless of the language so the check worked
2024-03-05 23:46:24 -05:00
..
auth Add TypeVar default for FlowResult (#112345) 2024-03-05 22:52:11 +01:00
backports
brands Add tapo virtual integration (#109765) 2024-02-07 06:29:26 +01:00
components Bump holidays to 0.44 (#112442) 2024-03-05 21:43:58 -05:00
generated Update aioairzone-cloud to v0.4.6 (#112198) 2024-03-05 15:25:15 +02:00
helpers Fix incorrect scope on checking files to load in translations (#112457) 2024-03-05 23:46:24 -05:00
scripts
util Add Beaufort to wind_speed (#105795) 2024-03-05 14:55:59 +01:00
__init__.py
__main__.py
block_async_io.py
bootstrap.py Adjust MAX_LOAD_CONCURRENTLY constant to allow 6 storage loaders (#112468) 2024-03-05 16:31:10 -10:00
config.py Migrate remaining calls in config modules to async_get_component (#112293) 2024-03-05 09:59:52 -05:00
config_entries.py Add TypeVar default for FlowResult (#112345) 2024-03-05 22:52:11 +01:00
const.py Add Beaufort to wind_speed (#105795) 2024-03-05 14:55:59 +01:00
core.py Add comments why we use loop.create_task in core (#112372) 2024-03-05 07:47:35 -10:00
data_entry_flow.py Add TypeVar default for FlowResult (#112345) 2024-03-05 22:52:11 +01:00
exceptions.py
loader.py Adjust MAX_LOAD_CONCURRENTLY constant to allow 6 storage loaders (#112468) 2024-03-05 16:31:10 -10:00
package_constraints.txt Bump SQLAlchemy to 2.0.28 (#112314) 2024-03-05 12:14:30 -10:00
requirements.py Avoid creating tasks to install dependent requirements (#111048) 2024-02-20 20:30:07 -06:00
runner.py
setup.py Ensure setup loads top level component before platforms (#112057) 2024-03-03 11:42:16 -10:00
strings.json Add title to reauthenticate integration issue (#111275) 2024-02-26 08:19:37 -05:00