mirror of
https://github.com/micahqcade/custom_vesync.git
synced 2025-02-10 17:19:03 +01:00
* Add "Change mode" action to fans. * fix style * 'Refactored by Sourcery' (#63) Co-authored-by: Sourcery AI <> Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
28 lines
819 B
JSON
28 lines
819 B
JSON
{
|
|
"title": "VeSync Integration for Home Assistant",
|
|
"device_automation": {
|
|
"action_type": {
|
|
"set_mode": "Change mode on {entity_name}"
|
|
}
|
|
},
|
|
"config": {
|
|
"flow_title": "Gateway: {gateway_id}",
|
|
"step": {
|
|
"user": {
|
|
"title": "VeSync Integration for Home Assistant",
|
|
"description": "Custom component for Home Assistant to interact with smart devices via the VeSync platform.",
|
|
"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%]"
|
|
}
|
|
}
|
|
}
|