Skip to content

Commit

Permalink
Restructure repository
Browse files Browse the repository at this point in the history
To successfully publish on HACS, the directory name needs to match the domain name so
this repo needs to be restructured to contain custom_components dir.
  • Loading branch information
izacus committed Jul 9, 2024
1 parent 98c8e34 commit 408a5c6
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 14 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,6 @@ It currently supports:
7. Enter "Swiss Weather" in search box and download the integration
8. Restart HASS

### Manually

1. Clone this repository in custom components:

```
git clone https://github.com/izacus/hass-swissweather.git swissweather
```

__Make sure directory name is `swissweather` or strings won't show up.__

2. Restart HASS

### Configure integration

1. Add Swiss Weather integration to Home Assistant. You'll be asked for two pieces of information:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Swiss Weather",
"content_in_root": true,
"content_in_root": false,
"render_readme": true,
"country": ["CH"]
}
}

0 comments on commit 408a5c6

Please sign in to comment.