Initial Plum Lightpad component documentation (#6837)

* Initial Plum Lightpad component documentation

* Updates to configuration

* Moving to the Switch Category

* Made plumlife.com an actual link.

* Removed 2 leading spaces to fix indentation

* Normalized and tweaked documentation

* ✏️ Tweaks

* 🎨 Adds logo

* 🎨 Adds logo
This commit is contained in:
Colin Harrington 2019-01-01 06:43:23 -06:00 committed by Franck Nijhof
parent 0c97950d36
commit b3f9b27069
2 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,51 @@
---
layout: page
title: "Plum Lightpad"
description: "Instructions on setting up Plum Lightpads within Home Assistant."
date: 2018-10-15 17:58
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Switch
ha_iot_class: "Local Push"
featured: true
logo: plum.png
ha_release: 0.85
---
Configurable/Dimmable WiFi Lightswitch
- Cloud registered, Local API communication (both RESTful and TCP pushed events)
- Motion Sensor
- Energy Meter
- RGB Glow Ring
- Wifi & Bluetooth connectivity
- Phone Apps for iOS & Android
"The most advanced smart dimmer. Ever." - [https://plumlife.com/](https://plumlife.com/)
> The Lightpads elegant design compliments any decor and provides amazing control of your lights. The Lightpad allows you to control a single light, group of lights, or all of your lights in a natural and intuitive way.
> Control your lights, not just with your smartphone and your voice (with Alexa and Google Assistant), but with your fingertips too. While most home automation devices today force you to use your smartphone, Plum Lightpads feature Multi-Touch allowing you to use simple gestures to control any light in the house from any Lightpad.
## {% linkable_title Configuration %}
To enable Plum Lightpad support, add the following lines to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
plum_lightpad:
username: YOUR_CLOUD_USERNAME
password: YOUR_CLOUD_PASSWORD
```
{% configuration %}
username:
required: true
description: Your Plum Cloud username.
type: string
password:
required: true
description: Your Plum Cloud password.
type: string
{% endconfiguration %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB