Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Dec 9, 2024
2 parents d6a0bf9 + 87d57aa commit 82c543a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mkdocs-material[imaging]==9.5.42
mkdocs-material[imaging]==9.5.48
mkdocs-macros-plugin==1.2.0
9 changes: 6 additions & 3 deletions source/docs/publish/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,31 @@ For an integration repository to be valid, it must meet the requirements below.
#### OK example:

```
custom_components/awesome/__init_.py
custom_components/awesome/__init__.py
custom_components/awesome/sensor.py
custom_components/awesome/manifest.json
README.md
hacs.json
```

#### Not OK example (1):

```
awesome/__init_.py
awesome/__init__.py
awesome/sensor.py
awesome/manifest.json
awesome/hacs.json
README.md
```

#### Not OK example (2):

```
__init_.py
__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 82c543a

Please sign in to comment.