home-assistant.github.io/source/_docs/ecosystem/hadashboard/updating.markdown
Fabian Affolter 76dd3fdff5
Minor updates
2017-06-26 18:39:20 +02:00

538 B
Executable file

layout title description release_date sidebar comments sharing footer redirect_from
page Updating HADashboard Updating HADashboard 2016-11-13 15:00:00 -0500 true false true true /ecosystem/hadashboard/updating/

To update the dashboard after new code has been released, just run the following command to update your copy:

$ git pull origin

For some releases you may also need to rerun the bundle command:

$ bundle

For Docker users, you will also need to rerun the Docker build process.