From 7804809247ac02b90ae1ff06c0aa18b81e025a26 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Fri, 25 Jan 2019 02:15:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9C=20Merges/Redirect=20LiteJet=20comp?= =?UTF-8?q?onent=20pages=20(#8273)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_components/light.litejet.markdown | 15 --------------- source/_components/litejet.markdown | 9 ++++++++- source/_components/scene.litejet.markdown | 14 -------------- source/_components/switch.litejet.markdown | 15 --------------- 4 files changed, 8 insertions(+), 45 deletions(-) delete mode 100644 source/_components/light.litejet.markdown delete mode 100644 source/_components/scene.litejet.markdown delete mode 100644 source/_components/switch.litejet.markdown diff --git a/source/_components/light.litejet.markdown b/source/_components/light.litejet.markdown deleted file mode 100644 index fedc9fa2bec..00000000000 --- a/source/_components/light.litejet.markdown +++ /dev/null @@ -1,15 +0,0 @@ ---- -layout: page -title: "LiteJet Light" -description: "Instructions on how to setup the LiteJet lights within Home Assistant." -date: 2016-10-26 13:00 -sidebar: true -comments: false -sharing: true -footer: true -ha_category: Light -ha_release: 0.32 -ha_iot_class: "Local Polling" ---- - -To get your LiteJet lights working with Home Assistant, follow the instructions for the general [LiteJet component](/components/litejet/). diff --git a/source/_components/litejet.markdown b/source/_components/litejet.markdown index ae6b94a24a9..0aec4126924 100644 --- a/source/_components/litejet.markdown +++ b/source/_components/litejet.markdown @@ -7,9 +7,16 @@ sidebar: true comments: false sharing: true footer: true -ha_category: Hub +ha_category: + - Light + - Scene + - Switch ha_iot_class: "Local Push" ha_release: 0.32 +redirect_from: + - /components/light.litejet/ + - /components/scene.litejet/ + - /components/switch.litejet/ --- LiteJet is a centralized lighting system that predates most home automation technology. All lights and wall switches are wired to a central panel. This central panel has a serial port interface that allows a computer to control the system via LiteJet's third party protocol. diff --git a/source/_components/scene.litejet.markdown b/source/_components/scene.litejet.markdown deleted file mode 100644 index 511c1cb6fa2..00000000000 --- a/source/_components/scene.litejet.markdown +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: page -title: "LiteJet Scenes" -description: "Instructions on how to setup LiteJet scenes within Home Assistant." -date: 2016-10-26 16:00 -sidebar: true -comments: false -sharing: true -footer: true -ha_category: Scene -ha_release: 0.32 ---- - -To get your LiteJet scenes working with Home Assistant, follow the instructions for the general [LiteJet component](/components/litejet/). diff --git a/source/_components/switch.litejet.markdown b/source/_components/switch.litejet.markdown deleted file mode 100644 index 34f90d9badb..00000000000 --- a/source/_components/switch.litejet.markdown +++ /dev/null @@ -1,15 +0,0 @@ ---- -layout: page -title: "LiteJet Switch" -description: "Instructions on how to setup the LiteJet switches within Home Assistant." -date: 2016-10-26 13:00 -sidebar: true -comments: false -sharing: true -footer: true -ha_category: Switch -ha_release: 0.32 -ha_iot_class: "Local Polling" ---- - -To get your LiteJet switches working with Home Assistant, follow the instructions for the general [LiteJet component](/components/litejet/).