Files
core/homeassistant/components/plugwise/strings.json
Bouwe Westerdijk 61e8ab1300 Add Plugwise scan_interval config option (#37229)
Co-authored-by: Tom Scholten <tom@sue.nl>
Co-authored-by: Tom Scholten <git@scholten.nu>
2020-09-06 15:26:14 -05:00

34 lines
765 B
JSON

{
"options": {
"step": {
"init": {
"description": "Adjust Plugwise Options",
"data": {
"scan_interval": "Scan Interval (seconds)"
}
}
}
},
"config": {
"step": {
"user": {
"title": "Connect to the Smile",
"description": "Details",
"data": {
"host": "Smile IP address",
"password": "Smile ID"
}
}
},
"error": {
"cannot_connect": "Failed to connect, please try again",
"invalid_auth": "Invalid authentication, check the 8 characters of your Smile ID",
"unknown": "Unexpected error"
},
"abort": {
"already_configured": "This Smile is already configured"
},
"flow_title": "Smile: {name}"
}
}