From 846748cebf4c9bb948d37bb7195374a7f1d8b82f Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Thu, 14 Feb 2019 10:19:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9C=20Merges/Redirect=20Smappee=20comp?= =?UTF-8?q?onent=20pages=20(#8564)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_components/sensor.smappee.markdown | 19 ------------------- source/_components/smappee.markdown | 17 +++++++++++++++-- source/_components/switch.smappee.markdown | 20 -------------------- 3 files changed, 15 insertions(+), 41 deletions(-) delete mode 100644 source/_components/sensor.smappee.markdown delete mode 100644 source/_components/switch.smappee.markdown diff --git a/source/_components/sensor.smappee.markdown b/source/_components/sensor.smappee.markdown deleted file mode 100644 index 8a1e1c56e25..00000000000 --- a/source/_components/sensor.smappee.markdown +++ /dev/null @@ -1,19 +0,0 @@ ---- -layout: page -title: "Smappee Sensor" -description: "Instructions on how to integrate Smappee energy monitor into Home Assistant." -date: 2018-02-26 08:37 -sidebar: true -comments: false -sharing: true -footer: true -logo: smappee.png -ha_release: "0.64" -ha_category: Energy ---- - -[Smappee](https://www.smappee.com/) controller for energy monitoring and Comport plug switches. - -Energy monitor measurements will be automatically added when you connect to the Smappee controller. - -For more configuration information see the [Smappee component](/components/smappee/) documentation. diff --git a/source/_components/smappee.markdown b/source/_components/smappee.markdown index 79f6f32d8dc..042cc8be8aa 100644 --- a/source/_components/smappee.markdown +++ b/source/_components/smappee.markdown @@ -9,12 +9,25 @@ sharing: true footer: true logo: smappee.png ha_release: "0.64" -ha_category: Hub +ha_category: + - Hub + - Energy + - Sensor + - Switch +ha_iot_class: "Local Push" +redirect_from: + - /components/sensor.smappee/ + - /components/switch.smappee/ --- The `smappee` component adds support for the [Smappee](https://www.smappee.com/) controller for energy monitoring and Comport plug switches. -Switches and Sensors are supported - and will be automatically added when you connect to the Smappee controller. +There is currently support for the following device types within Home Assistant: + +- Sensor +- Switch + +Will be automatically added when you connect to the Smappee controller. The smappee component gets information from [Smappee API](https://smappee.atlassian.net/wiki/display/DEVAPI/API+Methods). diff --git a/source/_components/switch.smappee.markdown b/source/_components/switch.smappee.markdown deleted file mode 100644 index 0576738e51a..00000000000 --- a/source/_components/switch.smappee.markdown +++ /dev/null @@ -1,20 +0,0 @@ ---- -layout: page -title: "Smappee Switch" -description: "Instructions on how to integrate Smappee Comfort Plug into Home Assistant." -date: 2018-02-26 08:37 -sidebar: true -comments: false -sharing: true -footer: true -logo: smappee.png -ha_release: "0.64" -ha_category: Switch -ha_iot_class: "Local Push" ---- - -[Smappee](https://www.smappee.com/) controller for energy monitoring and Comport plug switches. - -Comport Plugs will be automatically added when you connect to the Smappee controller. - -For more configuration information see the [Smappee component](/components/smappee/) documentation.