mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 08:47:10 +00:00
Improve typing in script integration (#87076)
This commit is contained in:
parent
ea3395d576
commit
62482f3500
@ -280,7 +280,9 @@ async def _create_script_entities(
|
||||
return entities
|
||||
|
||||
|
||||
async def _async_process_config(hass, config, component) -> None:
|
||||
async def _async_process_config(
|
||||
hass: HomeAssistant, config: ConfigType, component: EntityComponent[ScriptEntity]
|
||||
) -> None:
|
||||
"""Process script configuration."""
|
||||
entities = []
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user