Update config_entries_config_flow_handler.md (#2279)

Matching what you get from scaffolding
This commit is contained in:
Jeef 2025-03-01 15:18:18 -07:00 committed by GitHub
parent 6c29010778
commit 40de1f8525
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -124,7 +124,7 @@ Should the config flow then abort, the text resource with the key `already_confi
{
"config": {
"abort": {
"already_configured": "Device is already configured"
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
}
}