31 lines
884 B
JSON
31 lines
884 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Blueprint",
|
|
"description": "If you need help with the configuration have a look here: https://github.com/custom-components/integration_blueprint",
|
|
"data": {
|
|
"username": "Username",
|
|
"password": "Password"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"auth": "Username/Password is wrong."
|
|
},
|
|
"abort": {
|
|
"single_instance_allowed": "Only a single instance is allowed."
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"binary_sensor": "Binary sensor enabled",
|
|
"sensor": "Sensor enabled",
|
|
"switch": "Switch enabled"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |