Corrected Synology Docker update instruction (#18401)

The procedure for updating Home Assistant on Synology Docker has changed. Synology Docker 20.10.3-0554 (June 2021 update) changed the relevant Action menu item from "Clear" to "Reset".

Old Documentation:
Right-click on it and select “Action”->“Clear”
Proposed New Documentation:
Right-click on it and select “Action”->“Reset”

Found solution here: 
https://www.reddit.com/r/synology/comments/ocwj2e/docker_action_clear_now_action_reset/
This commit is contained in:
pkininja 2021-07-06 07:40:56 -04:00 committed by GitHub
parent dca907aca0
commit b7bb1593cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ Remark: to update your Home Assistant on your Docker within Synology NAS, you ju
- Wait until the system-message/-notification comes up, that the download is finished (there is no progress bar)
- Move to "Container"-section
- Stop your container if it's running
- Right-click on it and select "Action"->"Clear". You won't lose any data, as all files are stored in your configuration-directory
- Right-click on it and select "Action"->"Reset". You won't lose any data, as all files are stored in your configuration-directory
- Start the container again - it will then boot up with the new Home Assistant image
Remark: to restart your Home Assistant within Synology NAS, you just have to do the following:
@ -136,4 +136,4 @@ That will tell Home Assistant where to look for our Z-Wave radio.
```yaml
device_tracker:
- platform: bluetooth_tracker
```
```