Files
core/homeassistant/components/netatmo/strings.json
2020-04-16 12:52:53 -07:00

14 lines
459 B
JSON

{
"config": {
"step": {
"pick_implementation": { "title": "Pick Authentication Method" }
},
"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." }
}
}