home-assistant.io/source/_components/plum_lightpad.markdown
Franck Nijhof ebca3218c7
🔥Removes linkable_title everywhere (#9772)
* Automatically create linkable headers

* Visually improve position of linkable header chain icon

* Do not auto link  headers on homepage

* Remove linkable_title everywhere

* 🚑 Re-instante linkable_title plugin as NOOP
2019-07-04 19:08:27 +02:00

1.1 KiB

layout, title, description, date, sidebar, comments, sharing, footer, ha_category, ha_iot_class, logo, ha_release, redirect_from
layout title description date sidebar comments sharing footer ha_category ha_iot_class 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 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 %}