1
mirror of https://github.com/home-assistant/core synced 2024-10-01 05:30:36 +02:00
ha-core/homeassistant/components/wolflink/translations/en.json
2020-07-21 00:03:00 +00:00

27 lines
719 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"device": {
"data": {
"device_name": "Device"
},
"title": "Select WOLF device"
},
"user": {
"data": {
"password": "Password",
"username": "Username"
},
"title": "WOLF SmartSet connection"
}
}
}
}