Remove wrong periods from action names (#131290)
parent
96e67373db
commit
c61e94dac2
|
@ -279,7 +279,7 @@
|
|||
}
|
||||
},
|
||||
"addon_restart": {
|
||||
"name": "Restart add-on.",
|
||||
"name": "Restart add-on",
|
||||
"description": "Restarts an add-on.",
|
||||
"fields": {
|
||||
"addon": {
|
||||
|
@ -289,7 +289,7 @@
|
|||
}
|
||||
},
|
||||
"addon_stdin": {
|
||||
"name": "Write data to add-on stdin.",
|
||||
"name": "Write data to add-on stdin",
|
||||
"description": "Writes data to the add-on's standard input.",
|
||||
"fields": {
|
||||
"addon": {
|
||||
|
@ -299,7 +299,7 @@
|
|||
}
|
||||
},
|
||||
"addon_stop": {
|
||||
"name": "Stop add-on.",
|
||||
"name": "Stop add-on",
|
||||
"description": "Stops an add-on.",
|
||||
"fields": {
|
||||
"addon": {
|
||||
|
@ -309,7 +309,7 @@
|
|||
}
|
||||
},
|
||||
"addon_update": {
|
||||
"name": "Update add-on.",
|
||||
"name": "Update add-on",
|
||||
"description": "Updates an add-on. This action should be used with caution since add-on updates can contain breaking changes. It is highly recommended that you review release notes/change logs before updating an add-on.",
|
||||
"fields": {
|
||||
"addon": {
|
||||
|
@ -319,15 +319,15 @@
|
|||
}
|
||||
},
|
||||
"host_reboot": {
|
||||
"name": "Reboot the host system.",
|
||||
"name": "Reboot the host system",
|
||||
"description": "Reboots the host system."
|
||||
},
|
||||
"host_shutdown": {
|
||||
"name": "Power off the host system.",
|
||||
"name": "Power off the host system",
|
||||
"description": "Powers off the host system."
|
||||
},
|
||||
"backup_full": {
|
||||
"name": "Create a full backup.",
|
||||
"name": "Create a full backup",
|
||||
"description": "Creates a full backup.",
|
||||
"fields": {
|
||||
"name": {
|
||||
|
@ -353,7 +353,7 @@
|
|||
}
|
||||
},
|
||||
"backup_partial": {
|
||||
"name": "Create a partial backup.",
|
||||
"name": "Create a partial backup",
|
||||
"description": "Creates a partial backup.",
|
||||
"fields": {
|
||||
"homeassistant": {
|
||||
|
@ -391,7 +391,7 @@
|
|||
}
|
||||
},
|
||||
"restore_full": {
|
||||
"name": "Restore from full backup.",
|
||||
"name": "Restore from full backup",
|
||||
"description": "Restores from full backup.",
|
||||
"fields": {
|
||||
"slug": {
|
||||
|
@ -405,7 +405,7 @@
|
|||
}
|
||||
},
|
||||
"restore_partial": {
|
||||
"name": "Restore from partial backup.",
|
||||
"name": "Restore from partial backup",
|
||||
"description": "Restores from a partial backup.",
|
||||
"fields": {
|
||||
"slug": {
|
||||
|
|
Loading…
Reference in New Issue