Remove async_setup from sky_hub (#93911)
This commit is contained in:
parent
c1c319d4d1
commit
09e8d7df0f
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue