-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
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
Upnp update #2924
Conversation
In accordance to pull request home-assistant/core#8067
@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. |
There was a problem hiding this 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.
source/_components/upnp.markdown
Outdated
@@ -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. |
There was a problem hiding this comment.
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.
source/_components/upnp.markdown
Outdated
@@ -23,6 +23,7 @@ To integrate this into Home Assistant, add the following section to your `config | |||
```yaml | |||
# Example configuration.yaml entry |
There was a problem hiding this comment.
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
source/_components/upnp.markdown
Outdated
@@ -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. |
There was a problem hiding this comment.
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.
There was a problem hiding this 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.
Description:
Added new configuration option
Pull request in home-assistant (if applicable): home-assistant/core#8303