Skip to content

Commit

Permalink
SomfyProtect2MQTT 2025.1.4f
Browse files Browse the repository at this point in the history
  • Loading branch information
Minims committed Jan 13, 2025
1 parent 427a3b4 commit 1a61e91
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions SomfyProtect2MQTT-dev/build.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-dockerfile
build_from:

Check failure on line 2 in SomfyProtect2MQTT-dev/build.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

missing document start "---"
aarch64: ghcr.io/hassio-addons/base:17.0.2
amd64: ghcr.io/hassio-addons/base:17.0.2
armhf: ghcr.io/hassio-addons/base:17.0.2
armv7: ghcr.io/hassio-addons/base:17.0.2
i386: ghcr.io/hassio-addons/base:17.0.2
aarch64: ghcr.io/hassio-addons/base:17.1.0
amd64: ghcr.io/hassio-addons/base:17.1.0
armhf: ghcr.io/hassio-addons/base:17.1.0
armv7: ghcr.io/hassio-addons/base:17.1.0
i386: ghcr.io/hassio-addons/base:17.1.0
labels:
org.opencontainers.image.title: "Home Assistant Add-on: Minims add-on"
org.opencontainers.image.description: "Minims add-on to use as a blueprint for new add-ons."
Expand Down
2 changes: 1 addition & 1 deletion SomfyProtect2MQTT/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN mv /usr/bin/SomfyProtect2MQTT-${VERSION} /usr/bin/SomfyProtect2MQTT

# Install python3 requirements
WORKDIR /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt
RUN pip3 install pip==23.3
RUN pip3 install --upgrade pip

Check failure on line 23 in SomfyProtect2MQTT/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Hadolint

DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`

Check failure on line 23 in SomfyProtect2MQTT/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Hadolint

DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
RUN pip3 install --no-cache-dir -r requirements/addon.txt

Check failure on line 24 in SomfyProtect2MQTT/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Hadolint

DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.

# Copy root filesystem
Expand Down
10 changes: 5 additions & 5 deletions SomfyProtect2MQTT/build.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-dockerfile
build_from:

Check failure on line 2 in SomfyProtect2MQTT/build.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

missing document start "---"
aarch64: ghcr.io/hassio-addons/base:17.0.2
amd64: ghcr.io/hassio-addons/base:15.0.5
armhf: ghcr.io/hassio-addons/base:17.0.2
armv7: ghcr.io/hassio-addons/base:17.0.2
i386: ghcr.io/hassio-addons/base:15.0.5
aarch64: ghcr.io/hassio-addons/base:17.1.0
amd64: ghcr.io/hassio-addons/base:17.1.0
armhf: ghcr.io/hassio-addons/base:17.1.0
armv7: ghcr.io/hassio-addons/base:17.1.0
i386: ghcr.io/hassio-addons/base:17.1.0
labels:
org.opencontainers.image.title: "Home Assistant Add-on: Minims add-on"
org.opencontainers.image.description: "Minims add-on to use as a blueprint for new add-ons."
Expand Down
2 changes: 1 addition & 1 deletion SomfyProtect2MQTT/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

Check failure on line 1 in SomfyProtect2MQTT/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / Lint Add-on

'boot' should be removed, it uses a default value

Check failure on line 1 in SomfyProtect2MQTT/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / Lint Add-on

'startup' should be removed, it uses a default value

Check warning on line 1 in SomfyProtect2MQTT/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / Lint Add-on

'map' contains the 'config' folder, which has been replaced by 'homeassistant_config'. See: https://developers.home-assistant.io/blog/2023/11/06/public-addon-config

Check failure on line 1 in SomfyProtect2MQTT/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / Lint Add-on

Add-on version identifier must be 'dev'
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
name: SomfyProtect2MQTT
version: 2025.1.4e
version: 2025.1.4f
slug: somfy-protect-2-mqtt
description: Publish Somfy Home Alarm as MQTT messages
url: https://github.com/Minims/homeassistant-addons/tree/main/SomfyProtect2MQTT
Expand Down

0 comments on commit 1a61e91

Please sign in to comment.