Skip to content

Commit

Permalink
Merge branch 'master' into duckdns
Browse files Browse the repository at this point in the history
  • Loading branch information
iranl authored Nov 24, 2023
2 parents d4cb735 + f544e2b commit adce8ca
Show file tree
Hide file tree
Showing 146 changed files with 2,413 additions and 1,143 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
changed: ${{ steps.changed_addons.outputs.changed }}
steps:
- name: Check out the repository
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1

- name: Get changed files
id: changed_files
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1

- name: Get information
id: info
Expand All @@ -100,19 +100,17 @@ jobs:
- name: Login to DockerHub
if: env.BUILD_ARGS == '--docker-hub-check'
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.0.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build ${{ matrix.addon }} add-on
if: steps.check.outputs.build_arch == 'true'
uses: home-assistant/builder@2023.06.1
uses: home-assistant/builder@2023.09.0
with:
args: |
${{ env.BUILD_ARGS }} \
--${{ matrix.arch }} \
--target /data/${{ matrix.addon }} \
--addon
env:
CAS_API_KEY: ${{ secrets.CAS_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: hadolint
steps:
- name: Check out the repository
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1

- name: Run linter
id: changed_files
Expand All @@ -36,7 +36,7 @@ jobs:
name: YAMLLint
steps:
- name: Check out the repository
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1

- name: Run YAMLLint
uses: frenck/[email protected]
Expand All @@ -46,7 +46,7 @@ jobs:
name: ShellCheck
steps:
- name: Check out the repository
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1

- name: Run linter
uses: ludeeus/[email protected]
1 change: 1 addition & 0 deletions .hadolint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ignored:
- DL3008
- DL3013
- DL3018
- DL3042
- DL4006
- SC2046
- SC2086
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ systems that have installed Home Assistant.

The Open-source, Privacy-Preserving Voice Assistant.


- **[Git pull](/git_pull/README.md)**

Load and update configuration files for Home Assistant from a Git repository.
Expand Down Expand Up @@ -86,10 +85,6 @@ systems that have installed Home Assistant.

### Deprecated Add-ons

- **[Hey Ada!](/ada/README.md)**

Voice assistant powered by Home Assistant.

- **[HomeMatic](/homematic/README.md)**

HomeMatic central based on OCCU.
Expand All @@ -100,7 +95,7 @@ systems that have installed Home Assistant.

Allow Home Assistant to talk to a Z-Wave Network via a USB Controller.

Deprecated in favor of [Z-Wave JS](/zwave_js/README.md)
Deprecated in favor of [Z-Wave JS](/zwave_js/README.md).

## Support

Expand All @@ -110,7 +105,7 @@ You have several options to get them answered:

- The [Home Assistant Discord Chat Server][discord].
- The Home Assistant [Community Forum][forum].
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit].

In case you've found a bug, please [open an issue on our GitHub][issue].

Expand Down
58 changes: 0 additions & 58 deletions ada/CHANGELOG.md

This file was deleted.

59 changes: 0 additions & 59 deletions ada/DOCS.md

This file was deleted.

35 changes: 0 additions & 35 deletions ada/Dockerfile

This file was deleted.

24 changes: 0 additions & 24 deletions ada/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions ada/build.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions ada/config.yaml

This file was deleted.

Binary file removed ada/icon.png
Binary file not shown.
Binary file removed ada/logo.png
Binary file not shown.
12 changes: 0 additions & 12 deletions ada/rootfs/etc/services.d/ada/finish

This file was deleted.

8 changes: 0 additions & 8 deletions ada/rootfs/etc/services.d/ada/run

This file was deleted.

12 changes: 0 additions & 12 deletions ada/translations/en.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions configurator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 5.7.0

- Use new location for accessing the Home Assistant configuration folder using `/homeassistant`
- Add access to the new public configuration folders of add-ons
- Upgrade to Alpine 3.18
- Remove unneeded pip configuration when building add-on
- Remove unused variable in finish script

## 5.6.0

- Update base image to Alpine 3.17
Expand Down
3 changes: 2 additions & 1 deletion configurator/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ Set it to `true` to list directories first, `false` otherwise.

### Option: `enforce_basepath` (required)

If set to `true`, access is limited to files within the `/config` directory.
If set to `true`, access is limited to files within the `/homeassistant` directory
(also known as the `/config` folder inside Home Assisant itself).

### Option: `git` (required)

Expand Down
3 changes: 0 additions & 3 deletions configurator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ RUN \
py3-pip \
python3 \
&& pip3 install \
--no-cache-dir \
--prefer-binary \
--find-links "https://wheels.home-assistant.io/musllinux/${BUILD_ARCH}/" \
hass-configurator=="${CONFIGURATOR_VERSION}" \
\
&& find /usr/local \
Expand Down
Loading

0 comments on commit adce8ca

Please sign in to comment.