Add the Fresh Harvest dashboard view as an example

Ships the tab that is running on ha-box: a delivery countdown, order tiles,
box contents rendered from the item attributes, and the still-open order.
This commit is contained in:
flan
2026-08-03 19:02:11 +00:00
parent cd20802127
commit a97f0aec6a
3 changed files with 102 additions and 0 deletions
+8
View File
@@ -47,6 +47,14 @@ Two traps are worth recording, since neither is guessable from the outside:
"skipped" reports the wrong delivery as cancelled. The reliable signal for
"can still be changed" is a non-empty `.cart-customize-wrapper`.
## Dashboard
[examples/dashboard-view.yaml](examples/dashboard-view.yaml) is a ready-made tab
for these sensors — a countdown heading ("Arriving tomorrow"), tiles for the
date, total and item count, the full box contents rendered from the attributes,
and the still-changeable order with a link back to the portal. Paste it under
`views:` in the raw configuration editor.
## Installation
Copy `custom_components/freshharvest/` into your Home Assistant