mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-28 17:06:26 +01:00
* implement config flow * add tests * fix hassfest and requirements * abort import on connection error * add add_suggested_values_to_schema * mock async_setup_entry * revert code owner change * fix try connect in config flow * add device info * allow multiple instances * fix import in config flow * remove custom scan interval from coordinator * applay suggestions * apply suggestions * take over ownership from @meichthys * cleanup import data before passing to user step * apply suggestions to tests * add untested files to .coveragerc
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"config": {
|
|
"flow_title": "Nextcloud",
|
|
"step": {
|
|
"user": {
|
|
"description": "Enter your Nextcloud information.",
|
|
"data": {
|
|
"url": "[%key:common::config_flow::data::url%]",
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"connection_error_during_import": "Connection error occured during yaml configuration import"
|
|
},
|
|
"error": {
|
|
"connection_error": "[%key:common::config_flow::error::cannot_connect%]"
|
|
}
|
|
},
|
|
"issues": {
|
|
"deprecated_yaml": {
|
|
"title": "The Netxcloud YAML configuration has been deprecated",
|
|
"description": "Configuring Netxcloud using YAML has been deprecated.\n\nYour existing YAML configuration has been imported into the UI automatically.\n\nRemove the `nextcloud` YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue."
|
|
}
|
|
}
|
|
}
|