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.
17 lines
398 B
JSON
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"
|
|
}
|