From d67546451f3f9ec9000485e06d4e082822eaf1d5 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Wed, 30 Jan 2019 08:33:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9C=20Merges/Redirect=20OpenUV=20compo?= =?UTF-8?q?nent=20pages=20(#8341)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../_components/binary_sensor.openuv.markdown | 18 ------------------ source/_components/openuv.markdown | 11 ++++++++--- source/_components/sensor.openuv.markdown | 19 ------------------- 3 files changed, 8 insertions(+), 40 deletions(-) delete mode 100644 source/_components/binary_sensor.openuv.markdown delete mode 100644 source/_components/sensor.openuv.markdown diff --git a/source/_components/binary_sensor.openuv.markdown b/source/_components/binary_sensor.openuv.markdown deleted file mode 100644 index 9b93806fa72..00000000000 --- a/source/_components/binary_sensor.openuv.markdown +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: page -title: "OpenUV Binary Sensor" -description: "Instructions on how to integrate OpenUV binary sensors within Home Assistant." -date: 2018-07-31 22:01 -sidebar: true -comments: false -sharing: true -footer: true -logo: openuv.jpg -ha_category: Health -ha_release: 0.76 -ha_iot_class: "Cloud Polling" ---- - -The `openuv` binary sensor platform allows you to view binary sensor data from [OpenUV](http://openuv.io). - -You must have the [`openuv` component](/components/openuv/) configured to use this platform. After configuring that component, binary sensors will automatically appear. diff --git a/source/_components/openuv.markdown b/source/_components/openuv.markdown index ede5c5838db..0d9985a0257 100644 --- a/source/_components/openuv.markdown +++ b/source/_components/openuv.markdown @@ -8,13 +8,18 @@ comments: false sharing: true footer: true logo: openuv.jpg -ha_category: Health +ha_category: + - Health + - Binary Sensor + - Sensor ha_release: 0.76 ha_iot_class: "Cloud Polling" +redirect_from: + - /components/binary_sensor.openuv/ + - /components/sensor.openuv/ --- -The `openuv` component displays UV and Ozone data from -[openuv.io](http://openuv.io). +The `openuv` component displays UV and Ozone data from [openuv.io](http://openuv.io). ## {% linkable_title Generating an API Key %} diff --git a/source/_components/sensor.openuv.markdown b/source/_components/sensor.openuv.markdown deleted file mode 100644 index 61240520043..00000000000 --- a/source/_components/sensor.openuv.markdown +++ /dev/null @@ -1,19 +0,0 @@ ---- -layout: page -title: "OpenUV Sensor" -description: "Instructions on how to integrate OpenUV sensors within Home Assistant." -date: 2018-07-31 22:01 -sidebar: true -comments: false -sharing: true -footer: true -logo: openuv.jpg -ha_category: Health -ha_release: 0.76 -ha_iot_class: "Cloud Polling" ---- - -The `openuv` sensor platform allows you to view sensor data from [OpenUV](http://openuv.io). - -You must have the [`openuv` component](/components/openuv/) configured to use this platform. After configuring that component, sensors will automatically appear. -