For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /home-assistant/integrations/opple.md.

Opple

Opple 集成允许您控制 Opple 智能灯的状态。

该平台支持所有具备 Wi-Fi 功能的 Opple 灯具,以及可以通过应用控制的灯具。

要在您的安装中使用 Opple 灯,请将以下内容添加到您的 configuration.yaml 文件中。 :::tip 更改配置后需要重启 Home Assistant。 :::

# `configuration.yaml` 配置示例
light:
  - platform: opple
    name: LIGHT_NAME
    host: IP_ADDRESS
name:
  description: 显示此灯时使用的名称。
  required: false
  type: string
  default: Opple 灯
host:
  description: "您的 Opple 灯的 IP 地址,例如 `192.168.0.21`。"
  required: true
  type: string