Remove deprecated addon_update action call from Supervisor (#38658)

This commit is contained in:
Michael 2025-04-22 10:40:30 +02:00 committed by GitHub
parent 4556b33309
commit fa32a94adf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -120,14 +120,6 @@ Write data to add-on stdin.
| ---------------------- | -------- | ----------- | | ---------------------- | -------- | ----------- |
| `addon` | no | Add-on slug | `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 ### Action hassio.host_reboot
Reboot the host system. Reboot the host system.