home-assistant.io/source/_components/plum_lightpad.markdown
Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1003 B

title, description, ha_category, ha_iot_class, logo, ha_release, redirect_from
title description ha_category ha_iot_class logo ha_release redirect_from
Plum Lightpad Instructions on setting up Plum Lightpads within Home Assistant.
Switch
Local Push plum.png 0.85
/components/binary_sensor.plum_lightpad/
/components/light.plum_lightpad/
/components/sensor.plum_lightpad/

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

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 %}