Skip to content

jonathanjtoo/HomeAssistantConfig

Repository files navigation

Home Assistant Config Repo

Personal config files of our Home Assistant install

1. Create and Fill in secrets.yaml

chopper_mac: XX-XX-XX-XX-XX-XX
chopper_ip: ###.###.###.###
babymon_ip: ###.###.###.###
babymon_username: <username>
babymon_password: <password>

2. Docker-compose startup

From HA docs:

Start the container with:

docker-compose up -d

To restart Home Assistant when you have changed configuration:

docker-compose restart

To update your docker-compose image to the latest version and restart:

docker-compose pull
docker-compose up -d --build homeassistant

About

Config files of our Home Assistant install

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published