pa-wills / Home-Assistant-Config

This is my Home Assistant config repo. Just yamls at this very early stage.
0 stars 0 forks source link

This is my own personal Home Assistant configuration.

Background

I started with Apple's HomeKit and Phillips Hue lighting. Apple's apparent commitment to security seemed pretty cool, and Phillips' ecosystem seemed slick, and difficult to screw-up. A friend then introduced me to Home Assistant, and I started using it in Docker before moving recently to hassos.

Current System

Automations

I should say - I am porting most of my Automations to AppDaemon; which I intend to use exclusively in future.

What's Next?

Lots and lots. The immediate development priorities are listed under Issues. I have a basic master plan, but it's mostly in my head. I'll document it in time.

How the code is organised

I am now experimenting with GitHub Flow, which I think is probably sensible given that it's just me that's developing this, and given that I often deploy several times per day.

I made a spectacularly unsuccessful attempt to use Git Flow. I gave up though because I could not figure out a low-touch way to keep the continuously running branches (principally master and dev) in sync. And, I realised that I was spending as much time trying to operate these pipelines as I had been spending trying to develop features. Still, it seems like a really elegant model. I just didn't have the necessary patience / skill to get it working.

Tool Chain

All in all, there's nothing unique here. I am just learning as I go, and drawing inspiration from the various people who have already blazed a trail.