From fa32a94adf7ce22d32092b79e8b2b20e6ea72512 Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Tue, 22 Apr 2025 10:40:30 +0200 Subject: [PATCH] Remove deprecated addon_update action call from Supervisor (#38658) --- source/_integrations/hassio.markdown | 8 -------- 1 file changed, 8 deletions(-) diff --git a/source/_integrations/hassio.markdown b/source/_integrations/hassio.markdown index 7147a224e86..846ea3dd412 100644 --- a/source/_integrations/hassio.markdown +++ b/source/_integrations/hassio.markdown @@ -120,14 +120,6 @@ Write data to add-on stdin. | ---------------------- | -------- | ----------- | | `addon` | no | Add-on slug -### Action hassio.addon_update - -Update add-on. This action should be used with caution since add-on updates can contain backward-incompatible changes. It is highly recommended that you review release notes/change logs before updating an add-on. - -| Data attribute | Optional | Description | -| ---------------------- | -------- | ----------- | -| `addon` | no | Add-on slug - ### Action hassio.host_reboot Reboot the host system.