Skip to content

Commit

Permalink
remove useless logging
Browse files Browse the repository at this point in the history
  • Loading branch information
petretiandrea committed Nov 3, 2023
1 parent 4dda821 commit 61d129d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions custom_components/tapo/light.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,9 @@ def _has_light_effect_enabled(self) -> bool:
and self.coordinator.light_state.lighting_effect is not None
and self.coordinator.light_state.lighting_effect.enable
)
print(f"Effect enabledd {is_enabled}")
return is_enabled

async def async_turn_on(self, **kwargs):
print(kwargs)
brightness = kwargs.get(ATTR_BRIGHTNESS)
color = kwargs.get(ATTR_HS_COLOR)
color_temp = kwargs.get(ATTR_COLOR_TEMP)
Expand Down

0 comments on commit 61d129d

Please sign in to comment.