Improve typing in script integration (#87076)
This commit is contained in:
parent
ea3395d576
commit
62482f3500
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue