Hi
Just upgraded to 0.48 in my virtualenv on my PI and I encounter an issue with new PNP module. I just declared upnp: in my config file and restarted but HA tells me invalid config and I have that in logs:
2017-07-02 13:11:49 ERROR (MainThread) [homeassistant.setup] Error during setup of component upnp
Traceback (most recent call last):
File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/setup.py", line 190, in _async_setup_component
component.setup, hass, processed_config)
File "/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
value = future.result()
File "/usr/lib/python3.4/asyncio/futures.py", line 277, in result
raise self._exception
File "/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
result = self.fn(*self.args, **self.kwargs)
File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/upnp.py", line 71, in setup
external_port, 'TCP', host, internal_port, 'Home Assistant', '')
Exception: ConflictInMappingEntry
The most strange is that it has well added at main page of HA stats of my main Interner router
Thanks
Vincèn