{ "title": "Shelly", "config": { "flow_title": "Shelly: {name}", "step": { "user": { "description": "Before set up, the battery-powered device must be woken up by pressing the button on the device.", "data": { "host": "[%key:common::config_flow::data::host%]" } }, "credentials": { "data": { "username": "[%key:common::config_flow::data::username%]", "password": "[%key:common::config_flow::data::password%]" } }, "confirm_discovery": { "description": "Do you want to set up the {model} at {host}?\n\nBefore set up, the battery-powered device must be woken up by pressing the button on the device." } }, "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": "[%key:common::config_flow::abort::already_configured_device%]", "unsupported_firmware": "The device is using an unsupported firmware version." } } }