All Projects → thibmaek → homeassistant-conf

thibmaek / homeassistant-conf

Licence: other
🏡 Configuration for my Home Assistant instance (Intel NUC)

Programming Languages

shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to homeassistant-conf

Home-Assistant-Configuration
🏡 My home assistant configuration!
Stars: ✭ 28 (+100%)
Mutual labels:  hass, home-assistant-config, hassio
Hass Config
Configuration files for Home Assistant
Stars: ✭ 32 (+128.57%)
Mutual labels:  hass, home-assistant-config
Smarthome
@skalavala 👍 Nothing But Smarthome Stuff! - By Mahasri Kalavala
Stars: ✭ 437 (+3021.43%)
Mutual labels:  hass, home-assistant-config
home-assistant
🏠 My personal Home Assistant configuration
Stars: ✭ 27 (+92.86%)
Mutual labels:  hass, home-assistant-config
hass-pfsense
pfSense integration with Home Assistant
Stars: ✭ 44 (+214.29%)
Mutual labels:  hass, hassio
Homeassistant
Home Assistant Configuration Files and Documentation
Stars: ✭ 395 (+2721.43%)
Mutual labels:  hass, home-assistant-config
Home Assistant Config
🏠 My Home Assistant configuration, a bit different that others :) Be sure to 🌟 this repository for updates!
Stars: ✭ 1,050 (+7400%)
Mutual labels:  hass, home-assistant-config
pymusiccast
Group MusicCast Speakers with Home Assistant
Stars: ✭ 34 (+142.86%)
Mutual labels:  hass, hassio
Home Assistant Config
My Home Assistant Configuration 🏡🏡
Stars: ✭ 133 (+850%)
Mutual labels:  hass, home-assistant-config
Home Assistant.io
📘 Home Assistant User documentation
Stars: ✭ 2,377 (+16878.57%)
Mutual labels:  hass, hassio
Hass Custom Alarm
Yet another take on a home assistant custom alarm
Stars: ✭ 213 (+1421.43%)
Mutual labels:  hass, home-assistant-config
addon-shinobi
Shinobi Pro - Community Hass.io Add-on for Home Assistant
Stars: ✭ 22 (+57.14%)
Mutual labels:  hass, hassio
ha-config-ataraxis
My Home Assistant Configs. If you like what you see, please ⭐️my repo. It would encourage me a lot 🤘
Stars: ✭ 146 (+942.86%)
Mutual labels:  hass, home-assistant-config
Home-AssistantConfig
Home Assistant configuration and documentation using Hass.io on rpi3
Stars: ✭ 12 (-14.29%)
Mutual labels:  home-assistant-config, hassio
works-with-home-assistant
Equipment and software that works with Home Assistant
Stars: ✭ 32 (+128.57%)
Mutual labels:  hass, hassio
Home Assistant Config
My Home Assistant configuration
Stars: ✭ 41 (+192.86%)
Mutual labels:  hass, home-assistant-config
hassio-vagrant
Vagrant box running Hass.io / Home Assistant
Stars: ✭ 42 (+200%)
Mutual labels:  hass, hassio
homeassistant-phonetrack
PhoneTrack custom device_tracker component for Home Assistant.
Stars: ✭ 20 (+42.86%)
Mutual labels:  hass, hassio
Home-AssistantConfig---OLD
AtomicPapa's Amazing Home Assistant Config
Stars: ✭ 15 (+7.14%)
Mutual labels:  hass, home-assistant-config
Homeassistant Config
Configuration for @brianjking & @KinnaT's Home Assistant Installation
Stars: ✭ 80 (+471.43%)
Mutual labels:  hass, home-assistant-config

Home Assistant Conf

Actions Status Docker system

Personal configuration for Home Assistant

Architecture

Check out this diagram for an overview of how my homelab / HA instance is structured.

Usage

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",
    ".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

Tools

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].