mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 02:47:14 +00:00
31 lines
694 B
JSON
31 lines
694 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
},
|
|
"flow_title": "{name}",
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"username": "[%key:common::config_flow::data::username%]"
|
|
},
|
|
"title": "Connect to Canary"
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"ffmpeg_arguments": "Arguments passed to FFmpeg for cameras",
|
|
"timeout": "Request timeout (seconds)"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|