Skip to content

🏡 Configuration (components, groups, scenes et al.) for my Home Assistant instance (Hass.io on RPi 3)

Notifications You must be signed in to change notification settings

uglurass/homeassistant-conf

 
 

Repository files navigation

Home Assistant Conf

Build Status Docker system

Personal configuration for Home Assistant, specifically for Hass.io env.

Installation

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
  }
}
  1. 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.
  2. Enter the details above in the Git Pull add-on and adjust if needed
  3. Start the add-on

YAML Styleguide

  • Use single quotes for single words
  • Use double quotes for multiple words
  • No quotes for MQTT topics

About

🏡 Configuration (components, groups, scenes et al.) for my Home Assistant instance (Hass.io on RPi 3)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.8%
  • Python 46.2%