Add spider power plug component (#5892)

* Add spider power plug component

* added scan_interval to optional configuration

* ✏️ Minor tweaks
This commit is contained in:
Peter Nijssen 2018-07-29 10:01:38 +02:00 committed by Franck Nijhof
parent 56ed645012
commit df5a0af805
2 changed files with 28 additions and 0 deletions

View File

@ -34,6 +34,10 @@ password:
description: Account password of mijn.ithodaalderop.nl
required: true
type: string
scan_interval:
description: How frequently to query for new data. Defaults to 120 seconds.
required: false
type: int
{% endconfiguration %}
<p class='note warning'>

View File

@ -0,0 +1,24 @@
---
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>