Mark type hint as compulsory for entity.assumed_state property (#145187)

This commit is contained in:
epenet
2025-05-19 11:56:05 +02:00
committed by GitHub
parent f11e040662
commit 07c3c3bba8
2 changed files with 2 additions and 1 deletions

View File

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