home-assistant.io/source/_components/light.opple.markdown
Jedmeng c381fbff3e Add doc for Opple light (#6328)
* Add doc for Opple light

* Update light.opple.markdown

* review fix

* review fix
2018-09-26 06:47:56 +02:00

974 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Opple Light Instructions on how to integrate Opple lights into Home Assistant. 2018-09-21 10:40 true false true true opple.png Light 0.80 Local Polling

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, eg. 192.168.0.21." required: true type: string {% endconfiguration %}