Created by development-hub/new-project script |
||
|---|---|---|
| .gitignore | ||
| CLAUDE.md | ||
| README.md | ||
| pyproject.toml | ||
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