home-assistant.io/source/_integrations/plum_lightpad.markdown
Franck Nijhof 6ead12efbc
Extends textlint Terminology list; part 5 (#12072)
* Extends textlint Terminology list; part 5

* Remove walkthrough from textlint

* Improve Default Configuration page links
2020-02-13 13:39:06 +01:00

869 B

title, description, ha_category, ha_iot_class, logo, ha_release
title description ha_category ha_iot_class logo ha_release
Plum Lightpad Instructions on setting up Plum Lightpads within Home Assistant.
Switch
Local Push plum.png 0.85

Configurable/Dimmable Wi-Fi Lightswitch

  • Cloud registered, Local API communication (both RESTful and TCP pushed events)
  • Motion Sensor
  • Energy Meter
  • RGB Glow Ring
  • Wi-Fi & 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 %}