mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +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(
|
||||
function_name="assumed_state",
|
||||
return_type="bool",
|
||||
compulsory=True,
|
||||
),
|
||||
TypeHintMatch(
|
||||
function_name="force_update",
|
||||
|
Loading…
x
Reference in New Issue
Block a user