mirror of https://github.com/home-assistant/core
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"access_token": "[%key:common::config_flow::data::access_token%]"
|
|
},
|
|
"data_description": {
|
|
"host": "Hostname or IP address of your Yardian Smart Sprinkler Controller. You can find it in the Yardian app."
|
|
}
|
|
}
|
|
},
|
|
"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%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
},
|
|
"services": {
|
|
"start_irrigation": {
|
|
"name": "Start irrigation",
|
|
"description": "Starts the irrigation.",
|
|
"fields": {
|
|
"duration": {
|
|
"name": "Duration",
|
|
"description": "Duration for the target to be turned on."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|