mirror of
https://github.com/home-assistant/core.git
synced 2026-09-13 10:06:37 -05:00
Add RestoreEntity to button checks in pylint (#76932)
This commit is contained in:
@@ -724,6 +724,10 @@ _INHERITANCE_MATCH: dict[str, list[ClassTypeHintMatch]] = {
|
||||
base_class="Entity",
|
||||
matches=_ENTITY_MATCH,
|
||||
),
|
||||
ClassTypeHintMatch(
|
||||
base_class="RestoreEntity",
|
||||
matches=_RESTORE_ENTITY_MATCH,
|
||||
),
|
||||
ClassTypeHintMatch(
|
||||
base_class="ButtonEntity",
|
||||
matches=[
|
||||
|
||||
Reference in New Issue
Block a user