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
This commit is contained in:
Didier C 2022-12-15 15:58:37 +01:00 committed by GitHub
parent fa5380a68e
commit d8e0e6b026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,7 @@ Should the config flow then abort, the text resource with the key `already_confi
"abort": { "abort": {
"already_configured": "Device is already configured" "already_configured": "Device is already configured"
} }
}
} }
``` ```