1
0
mirror of https://github.com/elisspace/core.git synced 2026-09-14 15:06:49 +00:00
Files
core/homeassistant/components/upnp/strings.json
2018-10-04 15:50:42 +02:00

24 lines
732 B
JSON

{
"config": {
"title": "UPnP/IGD",
"step": {
"init": {
"title": "UPnP/IGD"
},
"user": {
"title": "Configuration options for the UPnP/IGD",
"data":{
"igd": "UPnP/IGD",
"enable_sensors": "Add traffic sensors",
"enable_port_mapping": "Enable port mapping for Home Assistant"
}
}
},
"abort": {
"no_devices_discovered": "No UPnP/IGDs discovered",
"already_configured": "UPnP/IGD is already configured",
"no_sensors_or_port_mapping": "Enable at least sensors or port mapping"
}
}
}