diff --git a/custom_components/ambient_extractor/__init__.py b/custom_components/ambient_extractor/__init__.py index f162cd5..94cd905 100644 --- a/custom_components/ambient_extractor/__init__.py +++ b/custom_components/ambient_extractor/__init__.py @@ -142,7 +142,7 @@ async def async_handle_service(service_call: ServiceCall) -> None: return if color: - service_data[ATTR_RGB_COLOR] = tempered_color + service_data[ATTR_RGB_COLOR] = color if brightness: """Apply min and max brightness"""