Complete strict typing to Humidifier entity platform (#61021)
This commit is contained in:
parent
d7b080b285
commit
2fe08d2b9b
7 changed files with 15 additions and 10 deletions
|
@ -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."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue