From 6bbc329389a92ccf4f48cf60ff0490c2602560ac Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Wed, 13 Feb 2019 15:57:13 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9C=20Merges/Redirect=20Insteon=20comp?= =?UTF-8?q?onent=20pages=20(#8545)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../binary_sensor.insteon.markdown | 21 ------------ source/_components/cover.insteon.markdown | 22 ------------- source/_components/fan.insteon.markdown | 24 -------------- source/_components/insteon.markdown | 32 ++++++++++++++++--- source/_components/insteon_local.markdown | 18 ----------- source/_components/insteon_plm.markdown | 18 ----------- source/_components/light.insteon.markdown | 21 ------------ source/_components/sensor.insteon.markdown | 21 ------------ source/_components/switch.insteon.markdown | 21 ------------ 9 files changed, 28 insertions(+), 170 deletions(-) delete mode 100644 source/_components/binary_sensor.insteon.markdown delete mode 100644 source/_components/cover.insteon.markdown delete mode 100644 source/_components/fan.insteon.markdown delete mode 100644 source/_components/insteon_local.markdown delete mode 100644 source/_components/insteon_plm.markdown delete mode 100644 source/_components/light.insteon.markdown delete mode 100644 source/_components/sensor.insteon.markdown delete mode 100644 source/_components/switch.insteon.markdown diff --git a/source/_components/binary_sensor.insteon.markdown b/source/_components/binary_sensor.insteon.markdown deleted file mode 100644 index 6fb7f1bc9fe..00000000000 --- a/source/_components/binary_sensor.insteon.markdown +++ /dev/null @@ -1,21 +0,0 @@ ---- -layout: page -title: "Insteon Binary Sensor" -description: "Instructions on how to setup the Insteon binary sensors locally within Home Assistant." -date: 2018-08-20 16:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: insteon.png -ha_category: Binary Sensor -ha_iot_class: "Local Push" -ha_version: 0.77 ---- - -The `insteon` binary sensor platform lets you control your sensors through -an INSTEON Modem (PLM and Hub) device connected directly to your system on a -USB, serial port or TCPIP connection. To add support, set up the primary -[insteon] component. - -[insteon]: /components/insteon/ diff --git a/source/_components/cover.insteon.markdown b/source/_components/cover.insteon.markdown deleted file mode 100644 index 568e671a6ca..00000000000 --- a/source/_components/cover.insteon.markdown +++ /dev/null @@ -1,22 +0,0 @@ ---- -layout: page -title: "Insteon Cover" -description: "Instructions on how to setup the Insteon cover locally within Home Assistant." -date: 2018-08-20 16:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: insteon.png -ha_category: Cover -ha_iot_class: "Local Push" -ha_version: 0.78 ---- - -The `insteon` cover platform lets you control your [Open/Close Micro Module] -through an INSTEON Modem (PLM and Hub) device connected directly to your system -on a USB, serial port or TCPIP connection. To add support, set up the primary -[insteon] component. - -[insteon]: /components/insteon/ -[Open/Close Micro Module]: https://www.insteon.com/open-close-micro-module/ diff --git a/source/_components/fan.insteon.markdown b/source/_components/fan.insteon.markdown deleted file mode 100644 index 0e17deda50e..00000000000 --- a/source/_components/fan.insteon.markdown +++ /dev/null @@ -1,24 +0,0 @@ ---- -layout: page -title: "Insteon Fan" -description: "Instructions on how to setup the Insteon fan locally within Home Assistant." -date: 2018-08-20 16:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: insteon.png -ha_category: Fan -ha_iot_class: "Local Push" -ha_version: 0.77 ---- - -The `insteon` fan platform lets you control your [FanLinc] through -an INSTEON Modem (PLM and Hub) device connected directly to your system on a -USB, serial port or TCPIP connection. To add support, set up the primary -[insteon] component. - -[insteon]: /components/insteon/ -[FanLinc]: https://www.smarthome.com/fanlinc-insteon-2475f-ceiling-fan-and-light-controller-fixture-module-dual-band.html - - diff --git a/source/_components/insteon.markdown b/source/_components/insteon.markdown index caa63d5d0de..49b511479ba 100644 --- a/source/_components/insteon.markdown +++ b/source/_components/insteon.markdown @@ -8,13 +8,37 @@ comments: false sharing: true footer: true logo: insteon.png -ha_category: Hub +ha_category: + - Hub + - Binary Sensor + - Cover + - Fan + - Light + - Sensor + - Switch ha_iot_class: "Local Push" ha_version: 0.77 +redirect_from: + - /components/binary_sensor.insteon/ + - /components/cover.insteon/ + - /components/fan.insteon/ + - /components/light.insteon/ + - /components/sensor.insteon/ + - /components/switch.insteon/ --- -This component adds "local push" support for INSTEON Modems allowing linked INSTEON devices to be used within Home Assistant as binary sensors, lights, fans, sensors and switches. Device support is provided by the -underlying [insteonplm] package. It is known to work with the [2413U] USB and [2412S] RS242 flavors of PLM and the [2448A7] USB stick. It has also been tested to work with the [2242] and [2245] Hubs. +This component adds "local push" support for INSTEON Modems allowing linked INSTEON devices to be used within Home Assistant. + +There is currently support for the following device types within Home Assistant: + +- Binary Sensor +- Cover +- Fan +- Light +- Sensor +- Switch + +Device support is provided by the underlying [insteonplm] package. It is known to work with the [2413U] USB and [2412S] RS242 flavors of PLM and the [2448A7] USB stick. It has also been tested to work with the [2242] and [2245] Hubs. [insteonplm]: https://github.com/nugget/python-insteonplm [2413U]: https://www.insteon.com/powerlinc-modem-usb @@ -287,4 +311,4 @@ The INSTEON Hub has three known issues that are inherent to the design of the Hu 2. You cannot use both Home Assistant and the INSTEON app. If you do, the changes made in the app will not appear in Home Assistant. Changes made in Home Assistant will appear in the app after a period of time, however. -3. The Hub response times can be very slow. This is due to the Hub polling devices frequently. Since only one INSTEON message can be broadcast at a time, messages to and from Home Assistant can be delayed. +3. The Hub response times can be very slow. This is due to the Hub polling devices frequently. Since only one INSTEON message can be broadcast at a time, messages to and from Home Assistant can be delayed. \ No newline at end of file diff --git a/source/_components/insteon_local.markdown b/source/_components/insteon_local.markdown deleted file mode 100644 index 25f8d157650..00000000000 --- a/source/_components/insteon_local.markdown +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: page -title: "Insteon (local)" -description: "Instructions on how to setup the Insteon Hub locally within Home Assistant." -date: 2016-12-18 08:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: insteon.png -ha_category: Hub -ha_iot_class: "Local Polling" -ha_version: 0.36 ---- - -The `insteon_local` component is depreciated and has been replaced by the [insteon] component. - -[insteon]: /components/insteon diff --git a/source/_components/insteon_plm.markdown b/source/_components/insteon_plm.markdown deleted file mode 100644 index ff8d33a1527..00000000000 --- a/source/_components/insteon_plm.markdown +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: page -title: "Insteon PLM" -description: "Instructions on how to setup an Insteon USB PLM locally within Home Assistant." -date: 2017-02-19 16:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: insteon.png -ha_category: Hub -ha_iot_class: "Local Push" -ha_version: 0.39 ---- - -The `insteon_plm` component is depreciated and has been replaced by the [insteon] component. - -[insteon]: /components/insteon diff --git a/source/_components/light.insteon.markdown b/source/_components/light.insteon.markdown deleted file mode 100644 index a6db155d5e4..00000000000 --- a/source/_components/light.insteon.markdown +++ /dev/null @@ -1,21 +0,0 @@ ---- -layout: page -title: "Insteon Light" -description: "Instructions on how to setup Insteon lights locally within Home Assistant." -date: 2018-08-20 16:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: insteon.png -ha_category: Light -ha_iot_class: "Local Push" -ha_version: 0.77 ---- - -The `insteon` light platform lets you control your lights through -an INSTEON Modem (PLM and Hub) device connected directly to your system on a -USB, serial port or TCPIP connection. To add support, set up the primary -[insteon] component. - -[insteon]: /components/insteon/ \ No newline at end of file diff --git a/source/_components/sensor.insteon.markdown b/source/_components/sensor.insteon.markdown deleted file mode 100644 index ab5116050e3..00000000000 --- a/source/_components/sensor.insteon.markdown +++ /dev/null @@ -1,21 +0,0 @@ ---- -layout: page -title: "Insteon Sensor" -description: "Instructions on how to setup the Insteon sensors locally within Home Assistant." -date: 2018-08-20 16:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: insteon.png -ha_category: Sensor -ha_iot_class: "Local Push" -ha_version: 0.77 ---- - -The `insteon` sensor platform lets you control your sensors through -an INSTEON Modem (PLM and Hub) device connected directly to your system on a -USB, serial port or TCPIP connection. To add support, set up the primary -[insteon] component. - -[insteon]: /components/insteon/ \ No newline at end of file diff --git a/source/_components/switch.insteon.markdown b/source/_components/switch.insteon.markdown deleted file mode 100644 index 216837be65b..00000000000 --- a/source/_components/switch.insteon.markdown +++ /dev/null @@ -1,21 +0,0 @@ ---- -layout: page -title: "Insteon Switch" -description: "Instructions on how to set up the Insteon switches locally within Home Assistant." -date: 2018-08-20 16:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: insteon.png -ha_category: Switch -ha_iot_class: "Local Push" -ha_version: 0.77 ---- - -The `insteon` switch platform lets you control on/off switches through -an INSTEON Modem (PLM and Hub) device connected directly to your system on a -USB, serial port or TCPIP connection. To add support, set up the primary -[insteon] component. - -[insteon]: /components/insteon/ \ No newline at end of file