1
mirror of https://github.com/home-assistant/core synced 2024-10-10 12:28:01 +02:00
ha-core/homeassistant/components/yardian/strings.json
2023-12-04 14:48:56 +01:00

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."
}
}
}
}
}