mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-24 11:56:47 +00:00
722 B
722 B
layout, title, description, date, sidebar, comments, sharing, footer
layout | title | description | date | sidebar | comments | sharing | footer |
---|---|---|---|---|---|---|---|
page | GIT pull | Load and update configuration files for Home Assistant from a GIT repository. | 2017-09-25 14:00 | true | false | true | true |
Load and update configuration files for Home Assistant from a GIT repository.
{
"repository": null,
"auto_restart": false,
"repeat": {
"active": false,
"interval": 300
}
}
- repository (Required): GIT url to your repository.
- auto_restart (Optional): Make a restart of Home-Assistant if the config have change and is valid.
- repeat/active (Optional): Pull periodic for GIT updates.
- repeat/interval (Optional): Pull all x seconds and look for changes.