Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UPnP port mapping component #1790

Merged
merged 4 commits into from
Apr 11, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Disable import-error on upnp
  • Loading branch information
robbiet480 committed Apr 11, 2016
commit 6f149d414aebbfa923d303abd775c7438ad9913e
1 change: 1 addition & 0 deletions homeassistant/components/upnp.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

def setup(hass, config):
"""Register a port mapping for Home Assistant via UPnP."""
# pylint: disable=import-error
import miniupnpc

# pylint: disable=no-member
Expand Down