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!
- Host: GitHub
- URL: https://github.com/robbrad/ha-config
- Owner: robbrad
- Created: 2019-10-12T18:57:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T06:13:30.000Z (over 2 years ago)
- Last Synced: 2025-01-28T17:29:50.043Z (9 months ago)
- Topics: home-assistant, home-assistant-config, home-automation, homeassistant, homeassistant-config, homeautomation, lovelace, nest, smart-home
- Language: Python
- Homepage:
- Size: 718 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Home Assistant Configuration Files
![]()
# 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


