diff --git a/homeassistant/components/plugwise/strings.json b/homeassistant/components/plugwise/strings.json index a350543ee07..42dcee96196 100644 --- a/homeassistant/components/plugwise/strings.json +++ b/homeassistant/components/plugwise/strings.json @@ -1,24 +1,7 @@ { - "options": { - "step": { - "init": { - "description": "Adjust Plugwise Options", - "data": { - "scan_interval": "Scan Interval (seconds)" - } - } - } - }, "config": { "step": { "user": { - "title": "Plugwise type", - "description": "Product:", - "data": { - "flow_type": "Connection type" - } - }, - "user_gateway": { "title": "Connect to the Smile", "description": "Please enter", "data": { @@ -37,7 +20,6 @@ }, "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_service%]" - }, - "flow_title": "{name}" + } } } diff --git a/homeassistant/components/plugwise/translations/en.json b/homeassistant/components/plugwise/translations/en.json index 616e450cb11..48d3d2d0e46 100644 --- a/homeassistant/components/plugwise/translations/en.json +++ b/homeassistant/components/plugwise/translations/en.json @@ -9,16 +9,8 @@ "invalid_setup": "Add your Adam instead of your Anna, see the Home Assistant Plugwise integration documentation for more information", "unknown": "Unexpected error" }, - "flow_title": "{name}", "step": { "user": { - "data": { - "flow_type": "Connection type" - }, - "description": "Product:", - "title": "Plugwise type" - }, - "user_gateway": { "data": { "host": "IP Address", "password": "Smile ID", @@ -29,15 +21,5 @@ "title": "Connect to the Smile" } } - }, - "options": { - "step": { - "init": { - "data": { - "scan_interval": "Scan Interval (seconds)" - }, - "description": "Adjust Plugwise Options" - } - } } -} \ No newline at end of file +}