Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add doc for Opple light #6328

Merged
merged 4 commits into from
Sep 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions source/_components/light.opple.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
layout: page
title: "Opple Light"
description: "Instructions on how to integrate Opple lights into Home Assistant."
date: 2018-09-21 10:40
sidebar: true
comments: false
sharing: true
footer: true
logo: opple.png
ha_category: Light
ha_release: "0.80"
ha_iot_class: "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:

```yaml
# 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 %}

Binary file added source/images/supported_brands/opple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.