mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Ensure intents_changed
variable is always initialized (#121444)
This commit is contained in:
@@ -649,6 +649,7 @@ class DefaultAgent(ConversationEntity):
|
||||
language_variant = lang_intents.language_variant
|
||||
|
||||
supported_langs = set(get_languages())
|
||||
intents_changed = False
|
||||
|
||||
if not language_variant:
|
||||
# Choose a language variant upfront and commit to it for custom
|
||||
|
Reference in New Issue
Block a user