Skip to content

Upnp update #2924

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

Merged
merged 4 commits into from
Jul 7, 2017
Merged

Upnp update #2924

merged 4 commits into from
Jul 7, 2017

Conversation

dgomes
Copy link
Contributor

@dgomes dgomes commented Jul 2, 2017

Description:

Added new configuration option

Pull request in home-assistant (if applicable): home-assistant/core#8303

@mention-bot
Copy link

@dgomes, thanks for your PR! By analyzing the history of the files in this pull request, we identified @robbiet480, @fabaff and @fuga2136 to be potential reviewers.

Copy link
Contributor

@Landrash Landrash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some information should preferably be extended before merge.

@@ -14,7 +14,7 @@ ha_release: 0.18

The `upnp` component enables you to collect network statistics from your router such as bytes in/out and packets in/out. This information is provided by the Internet Gateway Device (IGD) Protocol if enabled on your router.

The IGD can also automatically create port forwarding mappings on your router for Home Assistant.
The IGD can also automatically create port forwarding mappings on your router for Home Assistant. By default it port forwards the tcp port being used by Home Assistant (default 8123), this can be changed with the optional external_port parameter.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Documentation about configuration variables are missing.
Have a look at Google cast as an example.

@@ -23,6 +23,7 @@ To integrate this into Home Assistant, add the following section to your `config
```yaml
# Example configuration.yaml entry
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Preferably update the description of this line.
Example:

# Example configuration.yaml entry with custom external port

@@ -14,7 +14,7 @@ ha_release: 0.18

The `upnp` component enables you to collect network statistics from your router such as bytes in/out and packets in/out. This information is provided by the Internet Gateway Device (IGD) Protocol if enabled on your router.

The IGD can also automatically create port forwarding mappings on your router for Home Assistant.
The IGD can also automatically create port forwarding mappings on your router for Home Assistant. By default it port forwards the tcp port being used by Home Assistant (default 8123), this can be changed with the optional external_port parameter.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Documentation about configuration variables are missing.

@Landrash Landrash added the new-feature This PR adds documentation for a new Home Assistant feature to an existing integration label Jul 4, 2017
thanks for the comments / review
Copy link
Contributor

@Landrash Landrash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good and can be merged when parent PR is merged.

@balloob balloob merged commit de782ad into home-assistant:next Jul 7, 2017
@dgomes dgomes deleted the upnp_update branch February 10, 2018 15:25
@dgomes dgomes restored the upnp_update branch February 16, 2018 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature This PR adds documentation for a new Home Assistant feature to an existing integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants