Add entity name translations to Supervisor (#90937)
This commit is contained in:
parent
41f8f9fcad
commit
4ed23b18e3
3 changed files with 26 additions and 10 deletions
|
@ -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,
|
||||
),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue