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

@ -80,6 +80,7 @@ Should the config flow then abort, the text resource with the key `already_confi
"already_configured": "Device is already configured"
}
}
}
```
By setting a unique ID, users will have the option to ignore the discovery of your config entry. That way, they won't be bothered about it anymore.