Personal configuration for Home Assistant, specifically for Hass.io env.
I use this configuration together with the Git Pull add-on to automatically fetch updates from this git repo and restart if needed:
{
...
"git_branch": "master",
"git_command": "pull",
"git_remote": "origin",
"git_prune": true,
"repository": "https://github.com/thibmaek/homeassistant-conf.git",
"auto_restart": true,
"restart_ignore": [
"ui-lovelace.yaml",
".gitignore",
"README.md",
"secrets.test.yaml",
".yamllint",
".travis.yml"
],
"repeat": {
"active": true,
"interval": 300
}
}
- You need to first clone the repo by ssh'ing into Home Assistant, cd'ing to your config dir (
/usr/share/hassio/homeassistant
) and cloning it there. - Enter the details above in the Git Pull add-on and adjust if needed
- Start the add-on
- Use single quotes for single words
- Use double quotes for multiple words
- No quotes for MQTT topics