1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-02 07:29:28 +00:00
Files
core/homeassistant/components/vesync/strings.json

26 lines
637 B
JSON

{
"config": {
"step": {
"user": {
"title": "Enter Username and Password",
"data": {
"username": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]"
}
}
},
"error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
},
"abort": {
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
}
},
"services": {
"update_devices": {
"name": "Update devices",
"description": "Adds new VeSync devices to Home Assistant."
}
}
}