28 lines
819 B
JSON
Raw Normal View History

2022-04-01 15:02:13 +02:00
{
"title": "VeSync Integration for Home Assistant",
"device_automation": {
"action_type": {
"set_mode": "Change mode on {entity_name}"
}
},
2022-04-01 15:02:13 +02:00
"config": {
"flow_title": "Gateway: {gateway_id}",
2022-04-01 15:02:13 +02:00
"step": {
"user": {
"title": "VeSync Integration for Home Assistant",
"description": "Custom component for Home Assistant to interact with smart devices via the VeSync platform.",
2022-04-01 15:02:13 +02:00
"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%]"
}
}
}