From d8e0e6b026205a3a651b2d404808c8489c9c6548 Mon Sep 17 00:00:00 2001 From: Didier C Date: Thu, 15 Dec 2022 15:58:37 +0100 Subject: [PATCH] Add a mising closing curly brace (#1588) in *Unique IDs* section, the `strings.json` example require one more closing curly brace to be valid json --- docs/config_entries_config_flow_handler.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config_entries_config_flow_handler.md b/docs/config_entries_config_flow_handler.md index 8ff28ba4..8abe98c1 100644 --- a/docs/config_entries_config_flow_handler.md +++ b/docs/config_entries_config_flow_handler.md @@ -79,6 +79,7 @@ Should the config flow then abort, the text resource with the key `already_confi "abort": { "already_configured": "Device is already configured" } + } } ```