Mark type hint as compulsory for entity.assumed_state property

This commit is contained in:
epenet 2025-03-10 08:15:01 +00:00
parent ee8c217936
commit ceeb2a3166

View File

@ -670,6 +670,7 @@ _ENTITY_MATCH: list[TypeHintMatch] = [
TypeHintMatch(
function_name="assumed_state",
return_type="bool",
compulsory=True,
),
TypeHintMatch(
function_name="force_update",