core/homeassistant/components/rainbird/strings.json

75 lines
1.9 KiB
JSON

{
"config": {
"step": {
"user": {
"title": "Configure Rain Bird",
"description": "Please enter the LNK WiFi module information for your Rain Bird device.",
"data": {
"host": "[%key:common::config_flow::data::host%]",
"password": "[%key:common::config_flow::data::password%]"
}
}
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"timeout_connect": "[%key:common::config_flow::error::timeout_connect%]"
}
},
"options": {
"step": {
"init": {
"title": "[%key:component::rainbird::config::step::user::title%]",
"data": {
"duration": "Default irrigation time in minutes"
}
}
}
},
"entity": {
"binary_sensor": {
"rainsensor": {
"name": "Rainsensor"
}
},
"number": {
"rain_delay": {
"name": "Rain delay"
}
},
"sensor": {
"raindelay": {
"name": "Raindelay"
}
}
},
"services": {
"start_irrigation": {
"name": "Start irrigation",
"description": "Starts the irrigation.",
"fields": {
"duration": {
"name": "Duration",
"description": "Duration for this sprinkler to be turned on."
}
}
},
"set_rain_delay": {
"name": "Set rain delay",
"description": "Sets how long automatic irrigation is turned off.",
"fields": {
"config_entry_id": {
"name": "Rainbird Controller Configuration Entry",
"description": "The setting will be adjusted on the specified controller."
},
"duration": {
"name": "Duration",
"description": "Duration for this system to be turned off."
}
}
}
}
}