Complete strict typing to Humidifier entity platform (#61021)

This commit is contained in:
Franck Nijhof 2022-01-04 18:09:32 +01:00 committed by GitHub
parent d7b080b285
commit 2fe08d2b9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 15 additions and 10 deletions

View file

@ -109,7 +109,7 @@ async def async_call_action_from_config(
hass: HomeAssistant,
config: ConfigType,
variables: TemplateVarsType,
context: Context,
context: Context | None,
domain: str,
) -> None:
"""Change state based on configuration."""