Skip to content

Commit

Permalink
Update custom_components/dyson_local/button.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dotvezz authored Oct 28, 2023
1 parent b4a2ea2 commit 106cfdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/dyson_local/button.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ async def async_setup_entry(
entities = []

if hasattr(device, "filter_life"):
_LOGGER.debug(f"two {name}")
entities.append(DysonFilterResetButton(device, name))

async_add_entities(entities)
Expand Down

0 comments on commit 106cfdd

Please sign in to comment.