mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Fix humidifier enforce type hints (#85148)
This commit is contained in:
parent
80c357c00f
commit
8805a7e555
@ -1441,7 +1441,7 @@ _INHERITANCE_MATCH: dict[str, list[ClassTypeHintMatch]] = {
|
||||
),
|
||||
TypeHintMatch(
|
||||
function_name="set_humidity",
|
||||
arg_types={1: "str"},
|
||||
arg_types={1: "int"},
|
||||
return_type=None,
|
||||
has_async_counterpart=True,
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user