mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Return FlowResultType.ABORT when violating single_config_entry (#111637)
* Return FlowResultType.ABORT when violating single_config_entry * Fix translations * Fix tests
This commit is contained in:
@@ -157,6 +157,7 @@ class FlowResult(TypedDict, total=False):
|
||||
result: Any
|
||||
step_id: str
|
||||
title: str
|
||||
translation_domain: str
|
||||
type: FlowResultType
|
||||
url: str
|
||||
version: int
|
||||
|
||||
Reference in New Issue
Block a user