Skip to content

natm/homeassistant-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

167 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home Assistant Configs

Our Home Assistant configuration files. secrets.yaml is kept in a private repo on its own.

Lots of integration and automation still required - todo list.

Tested against version 0.35.3

Deployment

This git repo is the source of truth, changes are made in a clone and then pushed to the local server using Ansible.

Setting up a clone

git clone git@github.com:natm/homeassistant-config.git
git clone git@github.com:natm/homeassistant-config-secrets.git
cd homeassistant-config
python3 -m venv venv
source venv/bin/activate
pip install git+https://github.com/ansible/ansible.git@devel

Pushing configurations

ansible-playbook -i deploy/hosts --become deploy/playbooks/ha.yml

Running Home Assistant in Docker

docker run --restart=always --name homeassistant -d -v /etc/homeassistant/config/:/config -v /etc/localtime:/etc/localtime:ro -p 127.0.0.1:8123:8123 homeassistant/home-assistant

About

Our Home Assistant configurations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors