🚜 Merges/Redirect Spider component pages (#8542)

This commit is contained in:
Klaas Schoute 2019-02-13 13:00:48 +01:00 committed by Franck Nijhof
parent 4e4296e77b
commit 465a2742b7
3 changed files with 18 additions and 53 deletions

View File

@ -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.
<p class='note'>
Full configuration details can be found on the main [Spider component](/components/spider/) page.
</p>
<p class='note'>
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.
</p>
<p class='note warning'>
This component is not affiliated with Itho Daalderop Spider and retrieves data from the endpoints of the mobile application. Use at your own risk.
</p>

View File

@ -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:
<p class='note warning'>
This component is not affiliated with Itho Daalderop Spider and retrieves data from the endpoints of the mobile application. Use at your own risk.
</p>
### {% linkable_title Climate %}
<p class='note'>
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.
</p>

View File

@ -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.
<p class='note'>
Full configuration details can be found on the main [Spider component](/components/spider/) page.
</p>
<p class='note warning'>
This component is not affiliated with Itho Daalderop Spider and retrieves data from the endpoints of the mobile application. Use at your own risk.
</p>