diff --git a/homeassistant/components/upnp/strings.json b/homeassistant/components/upnp/strings.json index e68a9a9eae5..b0bc476ae61 100644 --- a/homeassistant/components/upnp/strings.json +++ b/homeassistant/components/upnp/strings.json @@ -2,15 +2,12 @@ "config": { "flow_title": "{name}", "step": { - "init": { - }, "ssdp_confirm": { "description": "Do you want to set up this UPnP/IGD device?" }, "user": { "data": { - "usn": "Device", - "scan_interval": "Update interval (seconds, minimal 30)" + "unique_id": "Device" } } }, @@ -19,5 +16,14 @@ "no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]", "incomplete_discovery": "Incomplete discovery" } - } + }, + "options": { + "step": { + "init": { + "data": { + "scan_interval": "Update interval (seconds, minimal 30)" + } + } + } +} } diff --git a/homeassistant/components/upnp/translations/en.json b/homeassistant/components/upnp/translations/en.json index 98f6cb88b87..aa22348e308 100644 --- a/homeassistant/components/upnp/translations/en.json +++ b/homeassistant/components/upnp/translations/en.json @@ -12,8 +12,16 @@ }, "user": { "data": { - "scan_interval": "Update interval (seconds, minimal 30)", - "usn": "Device" + "unique_id": "Device" + } + } + } + }, + "options": { + "step": { + "init": { + "data": { + "scan_interval": "Update interval (seconds, minimal 30)" } } }