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:
Erik Montnemery
2024-02-27 18:28:19 +01:00
committed by GitHub
parent 4281f648d2
commit fc4b18b907
4 changed files with 77 additions and 58 deletions

View File

@@ -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