* Add deprecated_yaml issue to the homeassistant integration * Update test * Update homeassistant/components/homeassistant/strings.json Co-authored-by: G Johansson <goran.johansson@shiftit.se> * Include DOMAIN in issue_id * Update test --------- Co-authored-by: G Johansson <goran.johansson@shiftit.se>
23 lines
579 B
JSON
23 lines
579 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Connect to the QNAP device",
|
|
"description": "This qnap sensor allows getting various statistics from your QNAP NAS.",
|
|
"data": {
|
|
"host": "Hostname",
|
|
"username": "Username",
|
|
"password": "Password",
|
|
"port": "Port",
|
|
"ssl": "Enable SSL",
|
|
"verify_ssl": "Verify SSL"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Cannot connect to host",
|
|
"invalid_auth": "Bad authentication",
|
|
"unknown": "Unknown error"
|
|
}
|
|
}
|
|
}
|