🚜 Merges/Redirect upnp component pages (#8946)

This commit is contained in:
Klaas Schoute 2019-03-15 17:03:49 +01:00 committed by Franck Nijhof
parent 3f8cce9837
commit 321cf44405
2 changed files with 10 additions and 19 deletions

View File

@ -1,18 +0,0 @@
---
layout: page
title: "UPNP Sensor"
description: "Instructions on how to integrate UPNP sensors with Home Assistant."
date: 2017-06-18 12:00
sidebar: true
comments: false
sharing: true
footer: true
logo: upnp.png
ha_category: Network
ha_release: 0.48
ha_iot_class: Local Polling
---
The `upnp` sensor platform allows one to get the network statistics from your router such as bytes in/out and packets in/out.
To use your UPNP sensor in your installation, you need to set up the [`upnp`](/components/upnp/) component.

View File

@ -8,14 +8,23 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: upnp.png logo: upnp.png
ha_category: Network ha_category:
- Network
- Sensor
ha_release: 0.18 ha_release: 0.18
ha_iot_class: "Local Polling"
redirect_from:
- /components/sensor.upnp/
--- ---
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 [UPnP](https://en.wikipedia.org/wiki/Universal_Plug_and_Play)/[Internet Gateway Device (IGD) Protocol](https://en.wikipedia.org/wiki/Internet_Gateway_Device_Protocol) if enabled on your router. 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 [UPnP](https://en.wikipedia.org/wiki/Universal_Plug_and_Play)/[Internet Gateway Device (IGD) Protocol](https://en.wikipedia.org/wiki/Internet_Gateway_Device_Protocol) if enabled on your router.
The IGD can automatically create port forwarding mappings on your router for Home Assistant, exposing your installation to the internet. The mapping will never automatically expire. Upon stopping Home Assistant, the mapping will be removed from your router. The IGD can automatically create port forwarding mappings on your router for Home Assistant, exposing your installation to the internet. The mapping will never automatically expire. Upon stopping Home Assistant, the mapping will be removed from your router.
There is currently support for the following device types within Home Assistant:
- **Sensor** - Allows to get the network statistics from your router such as bytes in/out and packets in/out.
Please note that UPnP or NAT-PMP needs to be enabled on your router for this component to work. Please note that UPnP or NAT-PMP needs to be enabled on your router for this component to work.
## {% linkable_title Configuration %} ## {% linkable_title Configuration %}