Skip to main content

Hassette is a simple, modern, async-first Python framework for building Home Assistant automations.

Reason this release was yanked:

missing frontend spa

Project description

Hassette

PyPI version Python 3.11+ License: MIT Documentation Status codecov

A simple, modern, async-first Python framework for building Home Assistant automations.

Documentation: https://hassette.readthedocs.io

✨ Why Hassette?

  • Type Safe: Full type annotations with Pydantic models and comprehensive IDE support
  • Async-First: Built for modern Python with async/await throughout
  • Dependency Injection: Clean handler signatures with FastAPI style dependency injection
  • Persistent Storage: Built-in disk cache for storing data across restarts, intelligent rate-limiting, and more
  • Simple & Focused: Just Home Assistant automations - no complexity creep
  • Web UI: Monitor and manage your automations from the browser
  • Developer Experience: Clear error messages, proper logging, hot-reloading, and intuitive APIs

See the Getting Started guide for detailed instructions.

🖥️ Web UI

Hassette includes a web UI with four pages: Dashboard (KPI overview and app health), Apps (manage and inspect automations), Logs (real-time log streaming with filtering), and Sessions (restart history and telemetry).

Hassette Web UI Dashboard

The web UI is enabled by default at http://<host>:8126/ui/. See the Web UI documentation for details.

Terminal CLI

Query a running Hassette instance from the terminal — no browser required:

# Check system health
hassette status

# List all apps and their status
hassette app

# Investigate a specific app
hassette app health my-app
hassette listener --app my-app --since 1h
hassette log --app my-app --since 1h --limit 20

# Pipe structured output to jq
hassette listener --app my-app --json | jq '.[] | select(.failed > 0)'

See the CLI documentation for the full command reference, scripting patterns, and shell completion setup.

🤔 Is Hassette Right for You?

New to automation frameworks?

Coming from AppDaemon?

📖 Examples

Check out the examples/ directory for complete working examples:

Configuration examples:

🛣️ Status & Roadmap

Hassette is under active development. We follow semantic versioning and recommend pinning a minor version (e.g., hassette~=0.x.0) while the API stabilizes.

Development is tracked in our GitHub project. Open an issue or PR if you'd like to contribute!

What's Next?

  • 🔐 Enhanced type safety - Fully typed service calls and additional state models
  • 🏗️ Entity classes - Rich entity objects with built-in methods (e.g., await light.turn_on())
  • 🔄 Enhanced error handling - Better retry logic and error recovery
  • 🧪 Testing improvements - More comprehensive test coverage and user app testing framework

🤝 Contributing

Contributions are welcome! Whether you're:

  • 🐛 Reporting bugs or issues
  • 💡 Suggesting features or improvements
  • 📝 Improving documentation
  • 🔧 Contributing code

See CONTRIBUTING.md for guidelines on getting started.

⭐ Star History

Star History Chart

📄 License

MIT

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hassette-0.36.0.tar.gz (419.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hassette-0.36.0-py3-none-any.whl (541.5 kB view details)

Uploaded Python 3

File details

Details for the file hassette-0.36.0.tar.gz.

File metadata

  • Download URL: hassette-0.36.0.tar.gz
  • Upload date:
  • Size: 419.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for hassette-0.36.0.tar.gz
Algorithm Hash digest
SHA256 ac4ffcc5c27ae3d159c8f9950d530bf059c2e3dccba5638b5d31faec85dbecf3
MD5 a39b2a49c8803a12bb00809e732d83e8
BLAKE2b-256 3b3d433a5cf6a6db22a2f64125e0eed5e9885ad057e3f896255d6b5d2cb50675

See more details on using hashes here.

Provenance

The following attestation bundles were made for hassette-0.36.0.tar.gz:

Publisher: release-please.yml on NodeJSmith/hassette

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hassette-0.36.0-py3-none-any.whl.

File metadata

  • Download URL: hassette-0.36.0-py3-none-any.whl
  • Upload date:
  • Size: 541.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for hassette-0.36.0-py3-none-any.whl
Algorithm Hash digest
SHA256 aa2ac6f5486a803344a29942905977262c58db5df1317ebe53a0a5c97d8b404b
MD5 4b3105b1d6b82802dcee2ee2e97dd260
BLAKE2b-256 431ca8323c9f0a6771cefde48ce73e249a9ba7e0ce5674a2559d5643a9275479

See more details on using hashes here.

Provenance

The following attestation bundles were made for hassette-0.36.0-py3-none-any.whl:

Publisher: release-please.yml on NodeJSmith/hassette

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page