1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 22:18:40 +00:00
Files
core/homeassistant/components/hydrawise/strings.json
2025-10-28 10:33:10 +01:00

104 lines
3.3 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
"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%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"reauth_confirm": {
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"api_key": "[%key:component::hydrawise::config::step::user::data_description::api_key%]"
},
"description": "The Hydrawise integration needs to re-authenticate your account",
"title": "[%key:common::config_flow::title::reauth%]"
},
"user": {
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]",
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::username%]"
},
"data_description": {
"api_key": "You can generate an API key in the 'Account Details' section of the Hydrawise app"
},
"description": "Please provide the username and password for your Hydrawise cloud account:",
"title": "Hydrawise login"
}
}
},
"entity": {
"binary_sensor": {
"rain_sensor": {
"name": "Rain sensor"
},
"watering": {
"name": "Watering"
}
},
"sensor": {
"daily_active_water_time": {
"name": "Daily active watering time"
},
"daily_active_water_use": {
"name": "Daily active water use"
},
"daily_inactive_water_use": {
"name": "Daily inactive water use"
},
"daily_total_water_use": {
"name": "Daily total water use"
},
"next_cycle": {
"name": "Next cycle"
},
"watering_time": {
"name": "Remaining watering time"
}
},
"switch": {
"auto_watering": {
"name": "Automatic watering"
},
"manual_watering": {
"name": "Manual watering"
}
}
},
"services": {
"resume": {
"description": "Resumes an irrigation zone's automatic watering schedule.",
"name": "Resume automatic watering"
},
"start_watering": {
"description": "Starts a watering cycle in the selected irrigation zone.",
"fields": {
"duration": {
"description": "Length of time to run the watering cycle. If not specified (or zero), the default watering duration set in the Hydrawise mobile or web app for the irrigation zone will be used.",
"name": "Duration"
}
},
"name": "Start watering"
},
"suspend": {
"description": "Suspends an irrigation zone's automatic watering schedule until the given date and time.",
"fields": {
"until": {
"description": "Date and time to resume the automated watering schedule.",
"name": "Until"
}
},
"name": "Suspend automatic watering"
}
}
}