hass-core/homeassistant/components/qnap/strings.json
Erik Montnemery 08a5f63474
Add deprecated_yaml issue to the homeassistant integration ()
* 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>
2023-07-10 13:06:52 +02:00

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"
}
}
}