hass-reos-integration/custom_components/reos_integration/strings.json

23 lines
440 B
JSON

{
"title": "Reos Integraion",
"config": {
"step": {
"user": {
"title": "Setup Reos API",
"data": {
"host": "Host",
"username": "User",
"password": "Password",
"client_id": "Client Id",
"client_secret": "Client Secret"
}
},
"link": {
}
},
"error": {
},
"abort": {
}
}
}