mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Remove async_setup from sky_hub (#93911)
This commit is contained in:
parent
c1c319d4d1
commit
09e8d7df0f
@ -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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user