mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Mark type hint as compulsory for entity.assumed_state property
This commit is contained in:
parent
ee8c217936
commit
ceeb2a3166
@ -670,6 +670,7 @@ _ENTITY_MATCH: list[TypeHintMatch] = [
|
|||||||
TypeHintMatch(
|
TypeHintMatch(
|
||||||
function_name="assumed_state",
|
function_name="assumed_state",
|
||||||
return_type="bool",
|
return_type="bool",
|
||||||
|
compulsory=True,
|
||||||
),
|
),
|
||||||
TypeHintMatch(
|
TypeHintMatch(
|
||||||
function_name="force_update",
|
function_name="force_update",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user