Skip to content

Commit

Permalink
SomfyProtect2MQTT 2025.1.4c
Browse files Browse the repository at this point in the history
  • Loading branch information
Minims committed Jan 13, 2025
1 parent ecb0ef5 commit 49b9f1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions SomfyProtect2MQTT/build.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# 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 "---"

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: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:17.0.2
i386: ghcr.io/hassio-addons/base:15.0.5
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."
org.opencontainers.image.source: "https://github.com/Minims/homeassistant-addons"
org.opencontainers.image.licenses: "Apache License 2.0"
args:
VERSION: "2025.1.3"
VERSION: "2025.1.0"
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'

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.4b
version: 2025.1.4c
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 49b9f1d

Please sign in to comment.