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 /developers/blog/2024-02-12-light-color-mode-mandatory.md.

lights 现在必须设置 color mode

变更

Light entities 现在必须设置 supported_color_modescolor_mode 属性,如果没有这样做,将记录警告并提示用户报告 issue。

此外,如果 light 报告了无效的 supported_color_modes 组合,或报告了 ColorMode.UNKNOWN 以外的、未包含在 light 的 supported_color_modes 中的 color_mode,也将记录警告。

在 Home Assistant 2025.3 版本中,警告将被移除,仍未升级到 color mode 或违反 color mode 规则的 lights 将不再工作。

更多详情可在文档中找到。