{ "config": { "step": { "user": { "title": "Connect to MELCloud", "description": "Connect using your MELCloud account.", "data": { "username": "[%key:common::config_flow::data::email%]", "password": "[%key:common::config_flow::data::password%]" } } }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]", "unknown": "[%key:common::config_flow::error::unknown%]" }, "abort": { "already_configured": "MELCloud integration already configured for this email. Access token has been refreshed." } }, "services": { "set_vane_horizontal": { "name": "Set vane horizontal", "description": "Sets horizontal vane position.", "fields": { "position": { "name": "Position", "description": "Horizontal vane position. Possible options can be found in the vane_horizontal_positions state attribute.\n." } } }, "set_vane_vertical": { "name": "Set vane vertical", "description": "Sets vertical vane position.", "fields": { "position": { "name": "Position", "description": "Vertical vane position. Possible options can be found in the vane_vertical_positions state attribute.\n." } } } } }