1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00
ha-core/homeassistant/components/upnp/strings.json
2022-03-30 10:35:30 +02:00

30 lines
665 B
JSON

{
"config": {
"flow_title": "{name}",
"step": {
"ssdp_confirm": {
"description": "Do you want to set up this UPnP/IGD device?"
},
"user": {
"data": {
"unique_id": "Device"
}
}
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"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)"
}
}
}
}
}