Skip to content

Commit

Permalink
Remove unused method (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohNan authored Aug 11, 2024
1 parent c4f7733 commit 8829f34
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions custom_components/wellbeing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@
_LOGGER: logging.Logger = logging.getLogger(__package__)


# noinspection PyUnusedLocal
async def async_setup(hass: HomeAssistant, config: Config):
"""Set up this integration using YAML is not supported."""
return True


async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry):
"""Set up this integration using UI."""
if hass.data.get(DOMAIN) is None:
Expand Down

0 comments on commit 8829f34

Please sign in to comment.