home-assistant.io/source/_integrations/plum_lightpad.markdown

1.3 KiB

title, description, ha_category, ha_iot_class, ha_config_flow, ha_release, ha_domain, ha_codeowners
title description ha_category ha_iot_class ha_config_flow ha_release ha_domain ha_codeowners
Plum Lightpad Instructions on setting up Plum Lightpads within Home Assistant.
Switch
Local Push true 0.85 plum_lightpad
@ColinHarrington
@prystupa

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 use Plum Lightpad devices in your installation, add your Plum account from the integrations page.

Menu: Configuration -> Integrations.

Click on the + sign to add an integration and click on Plum Lightpad (use typeahead if necessary). After completing the configuration flow, the Plum Lightpad integration will be available.

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