Skip to content

Commit

Permalink
SomfyProtect2MQTT 2024.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Minims committed Sep 25, 2024
1 parent 35c7162 commit aa870e9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SomfyProtect2MQTT-dev/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ labels:
org.opencontainers.image.source: "https://github.com/Minims/homeassistant-addons"
org.opencontainers.image.licenses: "Apache License 2.0"
args:
VERSION: "2024.3.0"
VERSION: "2024.9.0"
4 changes: 4 additions & 0 deletions SomfyProtect2MQTT/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2024.9.0

- fix: resubscribe to all topic on MQTT reconnect

## 2024.3.0

- fix: remove human_detect_enabled
Expand Down
2 changes: 1 addition & 1 deletion SomfyProtect2MQTT/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM $BUILD_FROM
ENV LANG C.UTF-8

# SomfyProtect2MQTT version
ARG VERSION=2024.3.0
ARG VERSION=2024.9.0

# Install required packages
RUN apk add --no-cache py3-pip py3-opencv ffmpeg

Check failure on line 10 in SomfyProtect2MQTT/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Hadolint

DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
Expand Down
2 changes: 1 addition & 1 deletion SomfyProtect2MQTT/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ labels:
org.opencontainers.image.source: "https://github.com/Minims/homeassistant-addons"
org.opencontainers.image.licenses: "Apache License 2.0"
args:
VERSION: "2024.3.0"
VERSION: "2024.9.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'
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
name: SomfyProtect2MQTT
version: 2024.3.0
version: 2024.9.0
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 aa870e9

Please sign in to comment.