Adjust device_automation type hints in core platforms 2/3 (#72210)

This commit is contained in:
epenet 2022-05-23 16:02:36 +02:00 committed by GitHub
parent b10ee779f9
commit 3a0e816f1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 38 additions and 28 deletions

View file

@ -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 (