mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Remove async_setup from sky_hub (#93911)
This commit is contained in:
@@ -1,8 +1 @@
|
|||||||
"""The sky_hub component."""
|
"""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