mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Enforce AlarmControlPanelEntityFeature (#82313)
This commit is contained in:
@@ -661,7 +661,7 @@ _INHERITANCE_MATCH: dict[str, list[ClassTypeHintMatch]] = {
|
||||
),
|
||||
TypeHintMatch(
|
||||
function_name="supported_features",
|
||||
return_type=["AlarmControlPanelEntityFeature", "int"],
|
||||
return_type="AlarmControlPanelEntityFeature",
|
||||
),
|
||||
TypeHintMatch(
|
||||
function_name="alarm_disarm",
|
||||
|
||||
Reference in New Issue
Block a user