1.7 KiB
layout, title, description, date, sidebar, comments, sharing, footer, ha_category, ha_iot_class, featured, logo, ha_release, redirect_from
layout | title | description | date | sidebar | comments | sharing | footer | ha_category | ha_iot_class | featured | logo | ha_release | redirect_from | |||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
page | Plum Lightpad | Instructions on setting up Plum Lightpads within Home Assistant. | 2018-10-15 17:58 | true | false | true | true | Switch | Local Push | true | plum.png | 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/
The Lightpad’s 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:
# 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 %}