Add entity name translations to Supervisor (#90937)

This commit is contained in:
Michael 2023-04-22 21:17:00 +02:00 committed by GitHub
parent 41f8f9fcad
commit 4ed23b18e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 10 deletions

View file

@ -29,7 +29,7 @@ ADDON_ENTITY_DESCRIPTIONS = (
device_class=BinarySensorDeviceClass.RUNNING,
entity_registry_enabled_default=False,
key=ATTR_STATE,
name="Running",
translation_key="state",
target=ATTR_STARTED,
),
)