diff --git a/.github/workflows/hassfest.yaml b/.github/workflows/hassfest.yaml index 0519cf9..1af2232 100644 --- a/.github/workflows/hassfest.yaml +++ b/.github/workflows/hassfest.yaml @@ -1,11 +1,11 @@ -name: Validate with hassfest +name: Hassfest on: pull_request: workflow_dispatch: jobs: - validate: + hassfest: runs-on: "ubuntu-latest" steps: - uses: "actions/checkout@v4" diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 98c0a15..01945c5 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -12,4 +12,6 @@ jobs: - name: HACS Validation uses: "hacs/action@main" with: - category: "integration" \ No newline at end of file + category: "integration" + # Remove this 'ignore' key when you have added brand images for your integration to https://github.com/home-assistant/brands + ignore: "brands" \ No newline at end of file diff --git a/custom_components/google_geocode/manifest.json b/custom_components/google_geocode/manifest.json index fb64a70..bc6ecef 100644 --- a/custom_components/google_geocode/manifest.json +++ b/custom_components/google_geocode/manifest.json @@ -1,10 +1,12 @@ { "domain": "google_geocode", "name": "Google Geocode", + "codeowners": [], + "dependencies": [], "documentation": "https://github.com/gregoryduckworth/GoogleGeocode-HASS", + "integration_type": "hub", + "iot_class": "cloud_polling", "issue_tracker": "https://github.com/gregoryduckworth/GoogleGeocode-HASS/issues", - "version": "0.1.9", - "dependencies": [], - "codeowners": [], - "requirements": [] + "requirements": [], + "version": "0.1.9" }