Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
c&p error
  • Loading branch information
xplus2 authored Feb 20, 2023
1 parent 21d6156 commit f25979e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/ambient_extractor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
Expand Down

0 comments on commit f25979e

Please sign in to comment.