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. -