Dashboards¶
An example multi-tab Lovelace dashboard is tracked in the repository at
dashboards/tendrial_grow.yaml.
It includes an executive overview plus a per-zone tab with camera snapshots,
reservoir chemistry, trends, AI health, the cultivation plan, a grow timeline,
and a Reservoir Flush card.
Entity IDs are examples
The entity IDs in the file are specific to the maintainer's grow spaces
(3x3_mothers_tent_*, 4x4_full_cycle_tent_*). Adjust the prefixes for your
own spaces, or generate a fresh dashboard from your live entities (below).
Reuse the example¶
- Open the dashboard's Raw configuration editor in Home Assistant and paste the file contents, or
- Add individual cards with Add card → Manual.
Helper scripts¶
The repository includes scripts that read HA_URL/HA_TOKEN from a local
.env. They are read-safe by default and never print your token.
Build an Executive overview plus one tab per configured grow space from the live entity registry and role mappings. Adding a hub and re-running adds its tab and refreshes the overview.
Tip
--apply writes a backup of the live dashboard first, and the token is never
printed or logged.