mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
🚜 Merges/Redirect upnp component pages (#8946)
This commit is contained in:
parent
3f8cce9837
commit
321cf44405
@ -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.
|
@ -8,14 +8,23 @@ comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: upnp.png
|
||||
ha_category: Network
|
||||
ha_category:
|
||||
- Network
|
||||
- Sensor
|
||||
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 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.
|
||||
|
||||
## {% linkable_title Configuration %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user