62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Hydrawise Login",
|
|
"description": "Please provide the username and password for your Hydrawise cloud account:",
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"timeout_connect": "[%key:common::config_flow::error::timeout_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"watering": {
|
|
"name": "Watering"
|
|
},
|
|
"rain_sensor": {
|
|
"name": "Rain sensor"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"daily_total_water_use": {
|
|
"name": "Daily total water use"
|
|
},
|
|
"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"
|
|
},
|
|
"next_cycle": {
|
|
"name": "Next cycle"
|
|
},
|
|
"watering_time": {
|
|
"name": "Remaining watering time"
|
|
}
|
|
},
|
|
"switch": {
|
|
"auto_watering": {
|
|
"name": "Automatic watering"
|
|
},
|
|
"manual_watering": {
|
|
"name": "Manual watering"
|
|
}
|
|
}
|
|
}
|
|
}
|