mirror of
https://github.com/home-assistant/core.git
synced 2026-09-15 04:58:20 +01:00
* Add config flow to Streamlabs water * Add config flow to Streamlabs water * Add config flow to Streamlabs water * Add issue when import is successful * Remove import issue when entry already exists * Remove import issue when entry already exists * Fix feedback * Fix feedback --------- Co-authored-by: G Johansson <goran.johansson@shiftit.se>
45 lines
1.8 KiB
JSON
45 lines
1.8 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%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
},
|
|
"services": {
|
|
"set_away_mode": {
|
|
"name": "Set away mode",
|
|
"description": "Sets the home/away mode for a Streamlabs Water Monitor.",
|
|
"fields": {
|
|
"away_mode": {
|
|
"name": "Away mode",
|
|
"description": "Home or away."
|
|
},
|
|
"location_id": {
|
|
"name": "Location ID",
|
|
"description": "The location ID of the Streamlabs Water Monitor."
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"issues": {
|
|
"deprecated_yaml_import_issue_cannot_connect": {
|
|
"title": "The Streamlabs water YAML configuration import failed",
|
|
"description": "Configuring Streamlabs water using YAML is being removed but there was an connection error importing your YAML configuration.\n\nEnsure connection to Streamlabs water works and restart Home Assistant to try again or remove the Streamlabs water YAML configuration from your configuration.yaml file and continue to [set up the integration]({url}) manually."
|
|
},
|
|
"deprecated_yaml_import_issue_unknown": {
|
|
"title": "The Streamlabs water YAML configuration import failed",
|
|
"description": "Configuring Streamlabs water using YAML is being removed but there was an unknown error when trying to import the YAML configuration.\n\nEnsure the imported configuration is correct and remove the Streamlabs water YAML configuration from your configuration.yaml file and continue to [set up the integration]({url}) manually."
|
|
}
|
|
}
|
|
}
|