1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00
ha-core/homeassistant/components/neato/strings.json
Santobert dae8cd8801 Bump pybotvac and use new exceptions (#27249)
* Bump pybotvac

* Fix tests

* Remove super calls

* Surround some more statements

* Correct logger message for vacuum
2019-10-06 20:10:11 +02:00

27 lines
789 B
JSON

{
"config": {
"title": "Neato",
"step": {
"user": {
"title": "Neato Account Info",
"data": {
"username": "Username",
"password": "Password",
"vendor": "Vendor"
},
"description": "See [Neato documentation]({docs_url})."
}
},
"error": {
"invalid_credentials": "Invalid credentials",
"unexpected_error": "Unexpected error"
},
"create_entry": {
"default": "See [Neato documentation]({docs_url})."
},
"abort": {
"already_configured": "Already configured",
"invalid_credentials": "Invalid credentials"
}
}
}