container: rename 'service' to 'action' (#33782)

This commit is contained in:
c0ffeeca7 2024-07-16 13:14:03 +02:00 committed by GitHub
parent 47c337ef12
commit ba1ae50063
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ Once the Home Assistant Container is running Home Assistant should be accessible
If you change the configuration, you have to restart the server. To do that you have 3 options.
1. In your Home Assistant UI, go to the **Settings** > **System** and click the **Restart** button.
2. You can go to the **Developer Tools** > **Services**, select the service `homeassistant.restart` and select **Call Service**.
2. You can go to the **Developer Tools** > **Actions**, select the service `homeassistant.restart` and select **Perform action**.
3. Restart it from a terminal.
{% tabbed_block %}