A Home Assistant add-on that installs and runs FastyBird Smart Panel — a customizable display interface for visualizing and controlling smart homes from any touchscreen.
FastyBird Smart Panel provides:
- Real-time dashboard for controlling smart home devices
- Admin interface for configuration and management
- Multi-protocol support — Home Assistant, Shelly, Zigbee2MQTT, WLED, and more
- Touchscreen optimized UI for embedded displays
- Open your Home Assistant instance
- Navigate to Settings > Add-ons > Add-on Store
- Click the three-dot menu in the top right and select Repositories
- Add this repository URL:
https://github.com/fastybird/smart-panel-ha - Find Smart Panel in the add-on store and click Install (the Supervisor pulls the prebuilt image from GitHub Container Registry; ensure the package is public)
- Start the add-on and access it from the sidebar
log_level: info
token_secret: ""| Option | Description | Default |
|---|---|---|
log_level |
Application log level (debug, info, warn, error) |
info |
token_secret |
Secret for auth token encryption. Leave empty to auto-generate each start; set a fixed value to keep sessions across restarts | (empty) |
Image: The add-on uses ghcr.io/fastybird/smart-panel with the tag in version (for example 0.4.0-alpha.1), matching docker pull ghcr.io/fastybird/smart-panel:<version>. The container image should be built from this repository’s smart-panel/Dockerfile and pushed to that name. To build on the HA host instead, remove the image line from smart-panel/config.yaml.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.