mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Remove context_recent_time property from entity base class (#105652)
This commit is contained in:
@@ -631,10 +631,6 @@ _ENTITY_MATCH: list[TypeHintMatch] = [
|
||||
function_name="supported_features",
|
||||
return_type=["int", None],
|
||||
),
|
||||
TypeHintMatch(
|
||||
function_name="context_recent_time",
|
||||
return_type="timedelta",
|
||||
),
|
||||
TypeHintMatch(
|
||||
function_name="entity_registry_enabled_default",
|
||||
return_type="bool",
|
||||
|
||||
Reference in New Issue
Block a user