2022-03-30 21:50:39 +02:00

931 B

title description ha_category ha_release ha_iot_class ha_domain ha_platforms ha_integration_type
Opple Instructions on how to integrate Opple lights into Home Assistant.
Light
0.80 Local Polling opple
light
integration

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 %}