GIT pull
Load and update configuration files for Home Assistant from a GIT repository.
{
"repository": "https://example.com/my_configs",
"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.