mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +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(
|
TypeHintMatch(
|
||||||
function_name="set_humidity",
|
function_name="set_humidity",
|
||||||
arg_types={1: "str"},
|
arg_types={1: "int"},
|
||||||
return_type=None,
|
return_type=None,
|
||||||
has_async_counterpart=True,
|
has_async_counterpart=True,
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user