1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-26 12:55:16 +00:00
Files
core/homeassistant/components/upnp/strings.json
Steven Looman 501b3f9927 Disable creating port mappings from UI, add discovery from component (#18565)
* Disable creating port mappings from UI, add discovery from component

* Remove unused constant

* Upgrade to async_upnp_client==0.13.6 and use manufacturer from device

* Upgrade to async_upnp_client==0.13.7
2018-12-21 17:25:23 +00:00

16 lines
362 B
JSON

{
"config": {
"title": "UPnP/IGD",
"step": {
"confirm": {
"title": "UPnP/IGD",
"description": "Do you want to set up UPnP/IGD?"
}
},
"abort": {
"single_instance_allowed": "Only a single configuration of UPnP/IGD is necessary.",
"no_devices_found": "No UPnP/IGD devices found on the network."
}
}
}