/homeassistant-opple

DEPRECATED

Primary LanguagePythonApache License 2.0Apache-2.0


WARNING: THIS REPOSITORY IS DEPRECATED

This component has been merged into Home Assistant and this repository is no longer being maintained.


Home Assistant component of opple devices

Supported Devices

All opple light with WIFI support (mobile control)

e.g. demo demo2

Install

copy the custom_components to your home-assistant config directory.

config

Add the following to your configuration.yaml file:

light:
  - platform: opple
    name: light_1
    host: 192.168.0.101
  - platform: opple
    name: light_2
    host: 192.168.0.102

CONFIGURATION VARIABLES:

  • name (string)(Optional)The display name of the light

  • host (string)(Required)The host/IP address of the light.