Files
core/homeassistant/components/powerwall/strings.json
2020-04-16 12:52:53 -07:00

16 lines
357 B
JSON

{
"config": {
"step": {
"user": {
"title": "Connect to the powerwall",
"data": { "ip_address": "IP Address" }
}
},
"error": {
"cannot_connect": "Failed to connect, please try again",
"unknown": "Unexpected error"
},
"abort": { "already_configured": "The powerwall is already configured" }
}
}