mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Adjust type hints for VacuumEntityFeature (#82269)
This commit is contained in:
@@ -2394,6 +2394,10 @@ _INHERITANCE_MATCH: dict[str, list[ClassTypeHintMatch]] = {
|
||||
function_name="fan_speed_list",
|
||||
return_type="list[str]",
|
||||
),
|
||||
TypeHintMatch(
|
||||
function_name="supported_features",
|
||||
return_type=["VacuumEntityFeature", "int"],
|
||||
),
|
||||
TypeHintMatch(
|
||||
function_name="stop",
|
||||
kwargs_type="Any",
|
||||
|
||||
Reference in New Issue
Block a user