An open API service indexing awesome lists of open source software.

https://github.com/robbrad/ha-config

🏡 My Home Assistant Config. Be sure to 🌟 my repo to follow the updates!
https://github.com/robbrad/ha-config

home-assistant home-assistant-config home-automation homeassistant homeassistant-config homeautomation lovelace nest smart-home

Last synced: 7 months ago
JSON representation

🏡 My Home Assistant Config. Be sure to 🌟 my repo to follow the updates!

Awesome Lists containing this project

README

          

# Home Assistant Configuration Files














Buy Me A Coffee

# Introduction
I discovered [Home Assistant](https://www.home-assistant.io) in 2017 and have been slowly adding to it since then.

## The Home Assistant Server
I run a dedicated Ubuntu 18.04.3 LTS server Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz with 16 gig of ram (This is my main server - I run other things on here as well as Home Assistant)

My setup is a Python Virtual Environment utilising this [guide](https://www.home-assistant.io/docs/installation/virtualenv/).

# Automations

*

# Hardware Running in my Home Assistant Setup:

# Continuous Integration Continuous Deployment
I use [GitHub Actions](https://github.com/features/actions). When I commit a change to this repo it kicks off an [automatic test](https://github.com/robbrad/HA-Config/actions) of the config using a Home Assistant environment. See [the config here](https://github.com/robbrad/HA-Config/blob/master/.github/workflows/main.yml).

It's very powerful and can run parallel tests on multiple versions of Python and Home Assistant. I currently test Python 3.7 and 3.8 as well as Home Assistant Stable and Beta versions. This helps me know if my config is going to work on a later version before I upgrade.

# HA-Config
My Home Assistant Config

![Alt text](assets/HomeAssistant1.JPG?raw=true "Home Assistant - Home Screen")
![Alt text](assets/HomeAssistant2.JPG?raw=true "Home Assistant - Outside")
![Alt text](assets/HomeAssistant3.JPG?raw=true "Home Assistant - Wifi")
![Alt text](assets/HomeAssistant4.JPG?raw=true "Home Assistant - Automations")