From 9d41c1fdf520223005329545edc481027fe7b263 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 19 Jun 2017 15:10:47 +0200 Subject: [PATCH] Add UPNP sensor docs (#2846) --- source/_components/sensor.upnp.markdown | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 source/_components/sensor.upnp.markdown diff --git a/source/_components/sensor.upnp.markdown b/source/_components/sensor.upnp.markdown new file mode 100644 index 00000000000..c9d31bcca21 --- /dev/null +++ b/source/_components/sensor.upnp.markdown @@ -0,0 +1,20 @@ +--- +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: "Other" +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. +