core/homeassistant/components/netatmo/strings.json

14 lines
459 B
JSON
Raw Normal View History

2020-01-11 11:20:00 +00:00
{
"config": {
"step": {
"pick_implementation": { "title": "Pick Authentication Method" }
2020-01-11 11:20:00 +00:00
},
"abort": {
"already_setup": "You can only configure one Netatmo account.",
"authorize_url_timeout": "Timeout generating authorize url.",
"missing_configuration": "The Netatmo component is not configured. Please follow the documentation."
},
"create_entry": { "default": "Successfully authenticated with Netatmo." }
2020-01-11 11:20:00 +00:00
}
}