mirror of
https://github.com/home-assistant/core.git
synced 2026-02-25 12:27:07 +00:00
20 lines
482 B
JSON
20 lines
482 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"url": {
|
|
"data": {
|
|
"url": "[%key:common::config_flow::data::url%]"
|
|
},
|
|
"data_description": {
|
|
"url": "The URL of your go2rtc instance."
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_url": "Invalid URL",
|
|
"invalid_url_schema": "Invalid URL scheme.\nThe URL should start with `http://` or `https://`."
|
|
}
|
|
}
|
|
}
|