Add entity name translations to NextDNS (#90743)

Add entity name translations
This commit is contained in:
Maciej Bieniek 2023-04-04 06:01:04 +02:00 committed by GitHub
parent 5e7e96c5da
commit 449f18c9c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 381 additions and 92 deletions

View file

@ -15,7 +15,7 @@ PARALLEL_UPDATES = 1
CLEAR_LOGS_BUTTON = ButtonEntityDescription(
key="clear_logs",
name="Clear logs",
translation_key="clear_logs",
entity_category=EntityCategory.CONFIG,
)