Co-authored-by: J. Nick Koston <nick+github@koston.org>
This commit is contained in:
Keith Burzinski
2026-05-23 20:08:08 -05:00
committed by GitHub
parent d6bc4fea1c
commit 3ed1356bb6

View File

@@ -235,6 +235,6 @@ async def to_code(config):
@coroutine_with_priority(CoroPriority.NETWORK_SERVICES)
async def network_component_to_code(config):
async def network_component_to_code(config: ConfigType) -> None:
var = cg.new_Pvariable(config[CONF_ID])
await cg.register_component(var, config)