Skip to content

Commit

Permalink
Merge branch 'main' into patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Sep 30, 2023
2 parents c192000 + 07bfb9d commit 3958347
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout the repository
uses: actions/checkout@v2
uses: actions/checkout@v4.1.0

- name: ✅ Run pre-commit
uses: pre-commit/[email protected]
2 changes: 1 addition & 1 deletion documentation/configuration/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You actually need to do this, don't skip it.

![image](/img/part1.png)

None of the items are optional, you need to accept everything before you can setup HACS.
Only the last item (experimental features) are optional, you need to accept everything above that before you can setup HACS.

## Device registration

Expand Down
8 changes: 4 additions & 4 deletions documentation/configuration/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ _Finish [initial configuration](/docs/configuration/basic) before you modify HAC
- `Side panel title`: The text (name or title) to display for HACS in the sidebar. Defaults to "HACS".
- `Side panel icon`: The icon you want to display for HACS in the sidebar.
- `Number of releases to show`: Number of releases to show in the dropdown.
- `Filter with country code`: Only show repositories for your country (if the repository has information about that)
- `Enable AppDaemon apps discovery & tracking`: Enables [AppDaemon](/docs/categories/appdaemon_apps)
- `Enable NetDaemon apps discovery & tracking`: Enables [NetDaemon](/docs/categories/netdaemon_apps)
- NetDaemin apps is deprecated and will [deprecated](/docs/categories/netdaemon_apps#deprecation-notice) and will be removed from HACS.
- `Filter with country code`: Only show repositories for your country (if the repository has information about that).
- `Enable AppDaemon apps discovery & tracking`: Enables [AppDaemon](/docs/categories/appdaemon_apps).
- `Enable NetDaemon apps discovery & tracking`: Enables [NetDaemon](/docs/categories/netdaemon_apps).
- NetDaemon apps is deprecated and will [deprecated](/docs/categories/netdaemon_apps#deprecation-notice) and will be removed from HACS.
- `Enable experimental features`: This enables [experimental features](https://experimental.hacs.xyz/) in HACS.

:::note
Expand Down
2 changes: 1 addition & 1 deletion documentation/setup/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Prerequisites"

## Requirements

- You are running [Home Assistant](https://www.home-assistant.io/) version [`2022.11.0`](https://my.home-assistant.io/redirect/info) or newer.
- You are running [Home Assistant](https://www.home-assistant.io/) version [`2023.6.0`](https://my.home-assistant.io/redirect/info) or newer.
- You are running a [supported](https://github.com/home-assistant/architecture/blob/master/adr/0012-define-supported-installation-method.md) Home Assistant installation.
- You have the [`my` integration](https://www.home-assistant.io/integrations/my/) enabled.
- You have Access to the filesystem where the Home Assistant configuration files are located.
Expand Down
Binary file modified static/img/part1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3958347

Please sign in to comment.