mirror of
https://github.com/home-assistant/core.git
synced 2026-09-13 12:10:22 +01:00
Update translation for Availability template to Availability (#181740)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"common": {
|
||||
"additional_options": "Additional options",
|
||||
"availability": "Availability template",
|
||||
"availability": "Availability",
|
||||
"availability_description": "Defines a template to get the `available` state of the entity. If the template either fails to render or returns `True`, `\"1\"`, `\"true\"`, `\"yes\"`, `\"on\"`, `\"enable\"`, or a non-zero number, the entity will be `available`. If the template returns any other value, the entity will be `unavailable`. If not configured, the entity will always be `available`. Note that the string comparison is not case sensitive; `\"TrUe\"` and `\"yEs\"` are allowed.",
|
||||
"code_format": "Code format",
|
||||
"device_class": "Device class",
|
||||
|
||||
Reference in New Issue
Block a user