Remove async_setup from sky_hub (#93911)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user