Files
ha-freshharvest/custom_components/freshharvest/manifest.json
T
flan 957505209a
Validate / hassfest (push) Failing after 6s
Validate / pytest (push) Successful in 11s
Validate / HACS (push) Failing after 15s
Cut 0.4.0: document the control entities and ship the dashboard
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.
2026-08-03 20:59:04 +00:00

17 lines
398 B
JSON

{
"domain": "freshharvest",
"name": "Fresh Harvest",
"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.4.0"
}