diff --git a/esphome/components/light/__init__.py b/esphome/components/light/__init__.py index f6bb627a4e..350fb67afd 100644 --- a/esphome/components/light/__init__.py +++ b/esphome/components/light/__init__.py @@ -72,9 +72,7 @@ DOMAIN = "light" @dataclass class LightData: - gamma_tables: dict = field( - default_factory=dict - ) # gamma_value -> (fwd_arr, rev_arr) + gamma_tables: dict = field(default_factory=dict) # gamma_value -> fwd_arr def _get_data() -> LightData: