Skip to content

Commit

Permalink
fix: update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoryduckworth committed Nov 24, 2023
1 parent 43a7695 commit 8ef1cca
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hassfest.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ jobs:
- name: HACS Validation
uses: "hacs/action@main"
with:
category: "integration"
category: "integration"
# Remove this 'ignore' key when you have added brand images for your integration to https://github.com/home-assistant/brands
ignore: "brands"
10 changes: 6 additions & 4 deletions custom_components/google_geocode/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 8ef1cca

Please sign in to comment.