Entertainment system with Home Assistant, smart speakers, and voice control
Go to file
rob a205d7878c Initial project setup
Created by development-hub/new-project script
2026-02-02 10:24:34 -04:00
.gitignore Initial project setup 2026-02-02 10:24:34 -04:00
CLAUDE.md Initial project setup 2026-02-02 10:24:34 -04:00
README.md Initial project setup 2026-02-02 10:24:34 -04:00
pyproject.toml Initial project setup 2026-02-02 10:24:34 -04:00

README.md

Home Hub

Entertainment system with Home Assistant, smart speakers, and voice control

Installation

pip install -e .

Usage

TODO: Add usage instructions

Documentation

Full documentation is available at: https://pages.brrd.tech//home-hub/

Development

# Clone the repository
git clone //home-hub.git
cd home-hub

# Create virtual environment
python -m venv .venv
source .venv/bin/activate

# Install for development
pip install -e ".[dev]"

# Run tests
pytest

License

TODO: Add license