Skip to content

Balsakup/docker-homeassistant

Repository files navigation

Docker HomeAssistant

Prerequisites

Optional

I used Python and UV to install and run Taskfile.

Purpose

This Docker project sets up an environment running HomeAssistant using MQTT.
Mosquitto is used as the broker, and Zigbee2MQTT is used as the bridge.

This project was set up for my needs, so it may not suit everyone.

You are free to modify it as you wish. Each service is built from a Dockerfile, allowing for customization.

Configuration

cp .env.example .env

Modify the values in the .env file as needed.

Start the project

# With Python and UV
uv run task start

# Without Python
task start

Stop the project

# With Python and UV
uv run task stop

# Without Python
task stop

Update the project

Update the versions in the .env file, then restart the project.

# With Python and UV
uv run task start

# Without Python
task start

About

Docker to run HomeAssistant with MQTT and Zigbee2MQTT

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published