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
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 for monitoring and managing your automations: Apps (app status, health, and detailed per-app views), Handlers (registered event handlers across all apps), Logs (real-time log streaming with filtering), and Config (runtime configuration and diagnostics).
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?
- Hassette vs. Home Assistant YAML - Decide if Hassette is right for your needs
Coming from AppDaemon?
- AppDaemon Migration Guide - See what's different and how to migrate
📖 Examples
Check out the examples/ directory for complete working examples:
- motion_lights.py - Motion-activated lights with debounce
- climate_controller.py - Temperature monitoring with glob patterns
- cover_scheduler.py - Cron/daily scheduling for blinds
- presence_tracker.py - Dynamic subscription management
- security_monitor.py - Synchronous app with throttle
Configuration examples:
- Docker Compose Guide - Docker deployment setup
- HassetteConfig - Complete configuration reference
🛣️ Status
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!
Recent Highlights
- Typed state models - Generated Python models for 45+ Home Assistant entity domains
- Entity classes - Rich entity objects with built-in async methods (e.g.,
await light.turn_on()) - Test harness -
AppTestHarnessfor writing tests against your automations with simulated state and time control
🤝 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
📄 License
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hassette-0.37.0.tar.gz.
File metadata
- Download URL: hassette-0.37.0.tar.gz
- Upload date:
- Size: 413.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5509a8d96c5098839ba8148ce5f995210af78725615a0a3cbb347a76f9a31991
|
|
| MD5 |
6e09ddfe3cfbc10c6d8bbe2623989626
|
|
| BLAKE2b-256 |
6785a427e49cb4f6cb2d7ad55c62df71402a561512852bb22b7fe8528856526a
|
Provenance
The following attestation bundles were made for hassette-0.37.0.tar.gz:
Publisher:
release-please.yml on NodeJSmith/hassette
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
hassette-0.37.0.tar.gz -
Subject digest:
5509a8d96c5098839ba8148ce5f995210af78725615a0a3cbb347a76f9a31991 - Sigstore transparency entry: 1675496295
- Sigstore integration time:
-
Permalink:
NodeJSmith/hassette@3ee16eefd6c6a5b0c5f3e34a2f7e9885ee640424 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/NodeJSmith
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-please.yml@3ee16eefd6c6a5b0c5f3e34a2f7e9885ee640424 -
Trigger Event:
push
-
Statement type:
File details
Details for the file hassette-0.37.0-py3-none-any.whl.
File metadata
- Download URL: hassette-0.37.0-py3-none-any.whl
- Upload date:
- Size: 534.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a2a31686a4ab4246620eefba1f4d4b1a67b4e7af4456ab9765a837219c2155b
|
|
| MD5 |
f80a1efe81a8a4b71ac156f07ddd6de5
|
|
| BLAKE2b-256 |
dd2b5fcf8bf3a1fe505e506d0988d29acd2dc3a8e2bcd891d1143a4b0400eab2
|
Provenance
The following attestation bundles were made for hassette-0.37.0-py3-none-any.whl:
Publisher:
release-please.yml on NodeJSmith/hassette
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
hassette-0.37.0-py3-none-any.whl -
Subject digest:
9a2a31686a4ab4246620eefba1f4d4b1a67b4e7af4456ab9765a837219c2155b - Sigstore transparency entry: 1675496299
- Sigstore integration time:
-
Permalink:
NodeJSmith/hassette@3ee16eefd6c6a5b0c5f3e34a2f7e9885ee640424 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/NodeJSmith
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-please.yml@3ee16eefd6c6a5b0c5f3e34a2f7e9885ee640424 -
Trigger Event:
push
-
Statement type: