mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Fix humidifier enforce type hints (#85148)
This commit is contained in:
@@ -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,
|
||||
),
|
||||
|
Reference in New Issue
Block a user