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

927 B

title, description, logo, ha_category, ha_release, ha_iot_class, redirect_from
title description logo ha_category ha_release ha_iot_class redirect_from
Opple Light Instructions on how to integrate Opple lights into Home Assistant. opple.png
Light
0.80 Local Polling
/components/light.opple/

The opple light platform allows you to control the state of your Opple smart light.

The platform supports all Opple lights with Wi-Fi support or lights that can be controlled by the App.

To use your Opple light in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
light:
  - platform: opple
    name: LIGHT_NAME
    host: IP_ADDRESS

{% configuration %} name: description: The name to use when displaying this light. required: false type: string default: opple light host: description: "The IP address of your Opple light, e.g., 192.168.0.21." required: true type: string {% endconfiguration %}