Files
ha-freshharvest/custom_components/freshharvest/manifest.json
T
flan bf01fd6eb0
Validate / hassfest (push) Skipped
Validate / HACS (push) Skipped
Validate / pytest (push) Successful in 12s
Cut 0.5.0: bundle the Fresh Harvest brand images
Ship icon, wordmark logo, and a dark-theme logo variant in the
integration's brand/ folder, served locally by Home Assistant 2026.3+
(home-assistant/brands no longer accepts custom integrations). Add the
wordmark to the README and a trademark note to the disclaimer.
2026-08-19 23:44:52 +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.5.0"
}