Skip to content

Commit

Permalink
Also include hacs.json while spelling out repo format
Browse files Browse the repository at this point in the history
  • Loading branch information
richo committed Nov 27, 2024
1 parent bbe7175 commit efa3625
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/docs/publish/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ custom_components/awesome/__init__.py
custom_components/awesome/sensor.py
custom_components/awesome/manifest.json
README.md
hacs.json
```

#### Not OK example (1):
Expand All @@ -29,6 +30,7 @@ README.md
awesome/__init__.py
awesome/sensor.py
awesome/manifest.json
awesome/hacs.json
README.md
```

Expand All @@ -39,6 +41,7 @@ __init__.py
sensor.py
manifest.json
README.md
hacs.json
```

_if you have `content_in_root` set to `true` in [`hacs.json`](start.md#hacsjson) this is valid._
Expand Down

0 comments on commit efa3625

Please sign in to comment.