mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Mark type hint as compulsory for entity.available property (#145189)
This commit is contained in:
@@ -676,6 +676,7 @@ _ENTITY_MATCH: list[TypeHintMatch] = [
|
||||
TypeHintMatch(
|
||||
function_name="available",
|
||||
return_type="bool",
|
||||
mandatory=True,
|
||||
),
|
||||
TypeHintMatch(
|
||||
function_name="assumed_state",
|
||||
|
Reference in New Issue
Block a user