mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Mark type hint as compulsory for entity.assumed_state property (#145187)
This commit is contained in:
@@ -707,6 +707,7 @@ _ENTITY_MATCH: list[TypeHintMatch] = [
|
||||
TypeHintMatch(
|
||||
function_name="assumed_state",
|
||||
return_type="bool",
|
||||
mandatory=True,
|
||||
),
|
||||
TypeHintMatch(
|
||||
function_name="force_update",
|
||||
|
||||
Reference in New Issue
Block a user