mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Use common strings for directv config flow (#35471)
This commit is contained in:
parent
b3ee54b124
commit
facb115f14
@ -7,12 +7,16 @@
|
||||
"description": "Do you want to set up {name}?"
|
||||
},
|
||||
"user": {
|
||||
"data": { "host": "Host or IP address" }
|
||||
"data": {
|
||||
"host": "[%key:common::config_flow::data::host%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": { "cannot_connect": "Failed to connect, please try again" },
|
||||
"error": {
|
||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "DirecTV receiver is already configured",
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||||
"unknown": "Unexpected error"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user