mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 00:06:51 +00:00
🚜 Merges/Redirect Spider component pages (#8542)
This commit is contained in:
parent
4e4296e77b
commit
465a2742b7
@ -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>
|
|
@ -8,13 +8,24 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: spider.png
|
logo: spider.png
|
||||||
ha_category: Hub
|
ha_category:
|
||||||
|
- Hub
|
||||||
|
- Climate
|
||||||
|
- Switch
|
||||||
ha_iot_class: "Cloud Polling"
|
ha_iot_class: "Cloud Polling"
|
||||||
ha_release: 0.75
|
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.
|
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 %}
|
## {% linkable_title Configuration %}
|
||||||
|
|
||||||
To add your Spider devices into your Home Assistant installation, add the following to your `configuration.yaml` file:
|
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'>
|
<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.
|
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>
|
</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>
|
@ -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>
|
|
Loading…
x
Reference in New Issue
Block a user