Skip to content

Commit

Permalink
Remove async_setup from sky_hub (#93911)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery authored Jun 1, 2023
1 parent c1c319d commit 09e8d7d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions homeassistant/components/sky_hub/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
"""The sky_hub component."""
from homeassistant.core import HomeAssistant
from homeassistant.helpers.typing import ConfigType


async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
"""Set up the sky_hub component."""
return True

0 comments on commit 09e8d7d

Please sign in to comment.