From 465a2742b7343aef7de71c739b4a028969f778db Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Wed, 13 Feb 2019 13:00:48 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9C=20Merges/Redirect=20Spider=20compo?= =?UTF-8?q?nent=20pages=20(#8542)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_components/climate.spider.markdown | 28 ---------------------- source/_components/spider.markdown | 19 ++++++++++++++- source/_components/switch.spider.markdown | 24 ------------------- 3 files changed, 18 insertions(+), 53 deletions(-) delete mode 100644 source/_components/climate.spider.markdown delete mode 100644 source/_components/switch.spider.markdown diff --git a/source/_components/climate.spider.markdown b/source/_components/climate.spider.markdown deleted file mode 100644 index a25d49d7f94..00000000000 --- a/source/_components/climate.spider.markdown +++ /dev/null @@ -1,28 +0,0 @@ ---- -layout: page -title: "Spider Thermostat" -description: "Instructions on how to integrate Spider thermostats within Home Assistant." -date: 2018-07-17 22:01 -sidebar: true -comments: false -sharing: true -footer: true -logo: spider.png -ha_category: Climate -ha_iot_class: "Cloud Polling" -ha_release: 0.75 ---- - -The `spider` climate platform allows you to control your temperature settings as well as if you want to cool or heat. - -

-Full configuration details can be found on the main [Spider component](/components/spider/) page. -

- -

-Although this component lets you change the operation mode to heating or cooling, it doesn't necessarily mean your boiler can. Spider is not aware of your current situation. -

- -

-This component is not affiliated with Itho Daalderop Spider and retrieves data from the endpoints of the mobile application. Use at your own risk. -

\ No newline at end of file diff --git a/source/_components/spider.markdown b/source/_components/spider.markdown index f66617b2a38..272ddba9238 100644 --- a/source/_components/spider.markdown +++ b/source/_components/spider.markdown @@ -8,13 +8,24 @@ comments: false sharing: true footer: true logo: spider.png -ha_category: Hub +ha_category: + - Hub + - Climate + - Switch ha_iot_class: "Cloud Polling" ha_release: 0.75 +redirect_from: + - /components/switch.spider/ + - /components/climate.spider/ --- The `spider` component is the main component to integrate all [Itho Daalderop Spider](https://www.ithodaalderop.nl/spider-thermostaat) related platforms. You will need your Spider account information (username, password) to discover and control devices which are related to your account. +There is currently support for the following device types within Home Assistant: + +- Climate +- Switch + ## {% linkable_title Configuration %} To add your Spider devices into your Home Assistant installation, add the following to your `configuration.yaml` file: @@ -43,3 +54,9 @@ scan_interval:

This component is not affiliated with Itho Daalderop Spider and retrieves data from the endpoints of the mobile application. Use at your own risk.

+ +### {% linkable_title Climate %} + +

+Although this component lets you change the operation mode to heating or cooling, it doesn't necessarily mean your boiler can. Spider is not aware of your current situation. +

\ No newline at end of file diff --git a/source/_components/switch.spider.markdown b/source/_components/switch.spider.markdown deleted file mode 100644 index a38456e927b..00000000000 --- a/source/_components/switch.spider.markdown +++ /dev/null @@ -1,24 +0,0 @@ ---- -layout: page -title: "Spider Power Plug" -description: "Instructions on how to integrate Spider power plugs within Home Assistant." -date: 2018-07-26 22:01 -sidebar: true -comments: false -sharing: true -footer: true -logo: spider.png -ha_category: Switch -ha_iot_class: "Cloud Polling" -ha_release: 0.75 ---- - -The `spider` power plug platform allows you to control your power plugs. It also shows you your current and daily energy usage by the power plug. - -

-Full configuration details can be found on the main [Spider component](/components/spider/) page. -

- -

-This component is not affiliated with Itho Daalderop Spider and retrieves data from the endpoints of the mobile application. Use at your own risk. -