mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +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}?"
|
"description": "Do you want to set up {name}?"
|
||||||
},
|
},
|
||||||
"user": {
|
"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": {
|
"abort": {
|
||||||
"already_configured": "DirecTV receiver is already configured",
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||||||
"unknown": "Unexpected error"
|
"unknown": "Unexpected error"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user