core/homeassistant/components/upnp
Victor Vostrikov fb52f66da0 Use local IP to discover IGD device (#20035)
* Use local_ip from config to discover IGD device

In case of multi-homed server UPNP discovery finds IGD device on some "default" interface. WIth this modification discovery will be performed from 'local_ip'.

* Update device.py

* Changed version of async_upnp_client in requirements

* Used aysnc_upnp_client==0.14.0

* Changed requirement to async_upnp_client==0.14.0.dev0

* Changed requirement to async_upnp_client==0.14.0.dev0

* Changed requirement to async_upnp_client==0.14.0.dev0

* Fixed code style

* Fixed code style

* Changed version of async_upnp_client in requerements

* Changed version of async_upnp_client in requirements

* Regenerated requirements (new async_upnp_client)

* Regenerated requirements (new async_upnp_client)

* Changed requirement to async_upnp_client=0.14.1

* Changed requirement to async_upnp_client=0.14.1

* Updated requirements

* Updated requirements.txt

* Corrected requirements

* Corrected import of DeviceState

* Constants changed according new async_upnp_client

* Upgraded for async_upnp_client==0.14.2
2019-01-19 17:08:53 +00:00
..
.translations Update translations 2019-01-13 09:38:22 -08:00
__init__.py Use local IP to discover IGD device (#20035) 2019-01-19 17:08:53 +00:00
const.py Disable creating port mappings from UI, add discovery from component (#18565) 2018-12-21 17:25:23 +00:00
device.py Use local IP to discover IGD device (#20035) 2019-01-19 17:08:53 +00:00
strings.json Disable creating port mappings from UI, add discovery from component (#18565) 2018-12-21 17:25:23 +00:00