Skip to content
This repository has been archived by the owner on Oct 8, 2018. It is now read-only.

jedmeng/homeassistant-opple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation


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.

Releases

No releases published

Packages

No packages published

Languages