Fix yaml config regression

This commit is contained in:
Daniel Raper
2024-04-26 17:12:19 +01:00
parent 645d81216e
commit 55486524d3

View File

@@ -1,3 +1,3 @@
"""Waste Collection Schedule Component."""
from .init_yaml import async_setup
from .init_yaml import async_setup, CONFIG_SCHEMA
from .init_ui import async_setup_entry, async_update_listener, async_unload_entry, async_migrate_entry