Skip to content

Commit

Permalink
Docstle
Browse files Browse the repository at this point in the history
  • Loading branch information
bruxy70 committed Jul 13, 2022
1 parent efb5edf commit 232c4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/garbage_collection/calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async def async_setup_entry(
_: HomeAssistant, config_entry: ConfigEntry, async_add_entities: AddEntitiesCallback
) -> None:
# pylint: disable=unused-argument
"""Add calendar entity to HA"""
"""Add calendar entity to HA."""
async_add_entities([GarbageCollectionCalendar()], True)


Expand Down

0 comments on commit 232c4de

Please sign in to comment.