1
0
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:
Erik Montnemery
2023-12-14 08:33:31 +01:00
committed by GitHub
parent aafdca88c9
commit 9020dbb093
4 changed files with 6 additions and 16 deletions

View File

@@ -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",