core/homeassistant/components/amberelectric/translations/en.json

22 lines
632 B
JSON

{
"config": {
"step": {
"site": {
"data": {
"site_name": "Site Name",
"site_nmi": "Site NMI"
},
"description": "Select the NMI of the site you would like to add",
"title": "Amber Electric"
},
"user": {
"data": {
"api_token": "API Token",
"site_id": "Site ID"
},
"description": "Go to {api_url} to generate an API key",
"title": "Amber Electric"
}
}
}
}