49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"api_key": "[%key:common::config_flow::data::api_key%]"
|
|
}
|
|
}
|
|
},
|
|
"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%]"
|
|
}
|
|
},
|
|
"issues": {
|
|
"deprecated_yaml_import_issue": {
|
|
"title": "The Hydrawise YAML configuration import failed",
|
|
"description": "Configuring Hydrawise using YAML is being removed but there was an {error_type} error importing your YAML configuration.\n\nEnsure connection to Hydrawise works and restart Home Assistant to try again or remove the Hydrawise YAML configuration from your configuration.yaml file and continue to [set up the integration]({url}) manually."
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"watering": {
|
|
"name": "Watering"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"next_cycle": {
|
|
"name": "Next cycle"
|
|
},
|
|
"watering_time": {
|
|
"name": "Watering time"
|
|
}
|
|
},
|
|
"switch": {
|
|
"auto_watering": {
|
|
"name": "Automatic watering"
|
|
},
|
|
"manual_watering": {
|
|
"name": "Manual watering"
|
|
}
|
|
}
|
|
}
|
|
}
|