Adjust device_automation type hints in core platforms 2/3 (#72210)
This commit is contained in:
parent
b10ee779f9
commit
3a0e816f1b
12 changed files with 38 additions and 28 deletions
|
@ -55,7 +55,7 @@ async def async_call_action_from_config(
|
|||
hass: HomeAssistant,
|
||||
config: ConfigType,
|
||||
variables: TemplateVarsType,
|
||||
context: Context,
|
||||
context: Context | None,
|
||||
) -> None:
|
||||
"""Change state based on configuration."""
|
||||
if (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue