Cut 0.4.0: document the control entities and ship the dashboard
Validate / hassfest (push) Failing after 6s
Validate / pytest (push) Successful in 11s
Validate / HACS (push) Failing after 15s

Rebuilds the README entity docs around the distinction that kept causing
confusion — the produce box is chosen, its contents are read-only, and only
add-ons are a list you edit — and re-exports the dashboard view now running,
including the date labels that stop the to-do list and the totals reading as a
contradiction.
This commit is contained in:
flan
2026-08-03 20:59:04 +00:00
parent fa09ac6d5d
commit 957505209a
4 changed files with 136 additions and 57 deletions
+7 -3
View File
@@ -1,12 +1,16 @@
{
"domain": "freshharvest",
"name": "Fresh Harvest",
"codeowners": ["@sudolulo"],
"codeowners": [
"@sudolulo"
],
"config_flow": true,
"documentation": "https://github.com/sudolulo/ha-freshharvest",
"integration_type": "service",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/sudolulo/ha-freshharvest/issues",
"requirements": ["beautifulsoup4>=4.12"],
"version": "0.3.0"
"requirements": [
"beautifulsoup4>=4.12"
],
"version": "0.4.0"
}