From 27e087084ea41f3b062fcfcd8bef9ea787b095a3 Mon Sep 17 00:00:00 2001 From: puuu Date: Mon, 18 Mar 2019 22:56:03 +0900 Subject: [PATCH] Allow gamma correction for light partition (#201) Allow gamma correction for light partition --- components/light/partition.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/light/partition.rst b/components/light/partition.rst index 3c96fa899..9275e93be 100644 --- a/components/light/partition.rst +++ b/components/light/partition.rst @@ -46,6 +46,9 @@ Configuration variables: - **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation. - **effects** (*Optional*, list): A list of :ref:`light effects ` to use for this light. +- **gamma_correct** (*Optional*, float): The `gamma correction + factor `__ for the + light. Defaults to ``2.8``. - **internal** (*Optional*, boolean): Mark this component as internal. Internal components will not be exposed to the frontend (like Home Assistant). Only specifying an ``id`` without