1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 18:38:17 +00:00
Files
2025-10-28 10:33:10 +01:00

94 lines
2.7 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"timeout_connect": "[%key:common::config_flow::error::timeout_connect%]"
},
"step": {
"reauth_confirm": {
"data": {
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"password": "The password to authenticate with your Rain Bird device."
},
"description": "The Rain Bird integration needs to re-authenticate with the device.",
"title": "[%key:common::config_flow::title::reauth%]"
},
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"host": "The hostname or IP address of your Rain Bird device.",
"password": "The password used to authenticate with the Rain Bird device."
},
"description": "Please enter the LNK WiFi module information for your Rain Bird device.",
"title": "Configure Rain Bird"
}
}
},
"entity": {
"binary_sensor": {
"rainsensor": {
"name": "Rainsensor"
}
},
"number": {
"rain_delay": {
"name": "Rain delay"
}
},
"sensor": {
"raindelay": {
"name": "Raindelay"
}
}
},
"options": {
"step": {
"init": {
"data": {
"duration": "Default irrigation time in minutes"
},
"data_description": {
"duration": "The default duration the sprinkler will run when turned on."
},
"title": "[%key:component::rainbird::config::step::user::title%]"
}
}
},
"services": {
"set_rain_delay": {
"description": "Sets how long automatic irrigation is turned off.",
"fields": {
"config_entry_id": {
"description": "The configuration entry of the controller to adjust the setting.",
"name": "Rain Bird controller"
},
"duration": {
"description": "Duration for this system to be turned off.",
"name": "Duration"
}
},
"name": "Set rain delay"
},
"start_irrigation": {
"description": "Starts the irrigation.",
"fields": {
"duration": {
"description": "Duration for this sprinkler to be turned on.",
"name": "Duration"
}
},
"name": "Start irrigation"
}
}
}