mirror of
https://github.com/home-assistant/core.git
synced 2026-07-05 05:35:29 +01:00
65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"api_url": "Server region",
|
|
"app_id": "App ID",
|
|
"app_secret": "App secret"
|
|
},
|
|
"data_description": {
|
|
"api_url": "Select the server region closest to your location",
|
|
"app_id": "The app ID obtained from the Imou cloud platform",
|
|
"app_secret": "The app secret obtained from the Imou cloud platform"
|
|
},
|
|
"title": "Log in to Imou cloud"
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"button": {
|
|
"mute": {
|
|
"name": "Mute"
|
|
},
|
|
"ptz_down": {
|
|
"name": "PTZ down"
|
|
},
|
|
"ptz_left": {
|
|
"name": "PTZ left"
|
|
},
|
|
"ptz_right": {
|
|
"name": "PTZ right"
|
|
},
|
|
"ptz_up": {
|
|
"name": "PTZ up"
|
|
}
|
|
},
|
|
"camera": {
|
|
"camera_hd": {
|
|
"name": "Live view HD"
|
|
},
|
|
"camera_sd": {
|
|
"name": "Live view SD"
|
|
}
|
|
}
|
|
},
|
|
"selector": {
|
|
"api_url": {
|
|
"options": {
|
|
"cn": "China",
|
|
"eu": "Europe",
|
|
"na": "North America",
|
|
"sg": "Singapore (Asia-Pacific)"
|
|
}
|
|
}
|
|
}
|
|
}
|