mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02: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