mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Add translation for hassio update entity name (#142090)
This commit is contained in:
parent
854cae7f12
commit
04be575139
@ -265,6 +265,11 @@
|
|||||||
"version_latest": {
|
"version_latest": {
|
||||||
"name": "Newest version"
|
"name": "Newest version"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"update": {
|
||||||
|
"update": {
|
||||||
|
"name": "[%key:component::update::title%]"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"services": {
|
"services": {
|
||||||
|
@ -39,7 +39,7 @@ from .entity import (
|
|||||||
from .update_helper import update_addon, update_core
|
from .update_helper import update_addon, update_core
|
||||||
|
|
||||||
ENTITY_DESCRIPTION = UpdateEntityDescription(
|
ENTITY_DESCRIPTION = UpdateEntityDescription(
|
||||||
name="Update",
|
translation_key="update",
|
||||||
key=ATTR_VERSION_LATEST,
|
key=ATTR_VERSION_LATEST,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user