Skip to content

GD-L/homeassistant

Repository files navigation

Home Assistant Setup

GitHub Super-Linter

This is my Home Assistant setup. I have Home Assistant have set up on Ubunutu Server on ESXi, hosting Docker.

In order to get Haaska working, I used NginxProxyManager to server Home Assistant along with other services.

Home Assistant was set up using the homeassistant/home-assistant Docker Image. /PATH_TO_YOUR_CONFIG was remapped to /docker/homeassistant The equivalent docker run would be:

docker run --init -d --name="home-assistant" -e "TZ=America/New_York" -v /docker/homeassistant:/config --net=host homeassistant/home-assistant:stable

Update 2020-01-23: Docker run command migrated to docker-compose. This will make it easier in the future to update Home Assistant releases.

Components

Hardware

Sensors & Integrations

Automations

Automations moved to directory and split out based on functionality:

WIP

As with most things, this is a work in progress so there may be updates and/or small tweaks here and there.

About

Personal repository for my Home Assistant setup.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published