Vincent Le Bourlot 77df5bbe3e
Add "Change mode" action to fans. (#62)
* 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>
2022-11-09 10:53:50 +01:00

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%]"
}
}
}