From 49b9f1d3d99990d5fbdb6c50d0565d3fd8b0657a Mon Sep 17 00:00:00 2001 From: Minims Date: Mon, 13 Jan 2025 22:10:12 +0100 Subject: [PATCH] SomfyProtect2MQTT 2025.1.4c --- SomfyProtect2MQTT/build.yaml | 6 +++--- SomfyProtect2MQTT/config.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SomfyProtect2MQTT/build.yaml b/SomfyProtect2MQTT/build.yaml index bfbedd6..6f3232c 100644 --- a/SomfyProtect2MQTT/build.yaml +++ b/SomfyProtect2MQTT/build.yaml @@ -1,14 +1,14 @@ # https://developers.home-assistant.io/docs/add-ons/configuration#add-on-dockerfile build_from: 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" diff --git a/SomfyProtect2MQTT/config.yaml b/SomfyProtect2MQTT/config.yaml index 2f7a16d..3552dc3 100644 --- a/SomfyProtect2MQTT/config.yaml +++ b/SomfyProtect2MQTT/config.yaml @@ -1,7 +1,7 @@ --- # 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