From 6e01ea5929920b6441752c2f1746d6dae20b32b8 Mon Sep 17 00:00:00 2001 From: Steven Looman Date: Thu, 20 Sep 2018 18:15:04 +0200 Subject: [PATCH] Preserve compatibility with original upnp --- homeassistant/components/upnp/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/upnp/const.py b/homeassistant/components/upnp/const.py index 0728747af3d..ad57bc7d7f4 100644 --- a/homeassistant/components/upnp/const.py +++ b/homeassistant/components/upnp/const.py @@ -2,7 +2,7 @@ import logging -CONF_ENABLE_PORT_MAPPING = 'port_forward' +CONF_ENABLE_PORT_MAPPING = 'port_mapping' CONF_ENABLE_SENSORS = 'sensors' CONF_HASS = 'hass' CONF_LOCAL_IP = 'local_ip'