Skip to content

Commit df855f9

Browse files
committed
SomfyProtect2MQTT 2024.3.0
1 parent b0eebf4 commit df855f9

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

SomfyProtect2MQTT-dev/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ labels:
1111
org.opencontainers.image.source: "https://github.com/Minims/homeassistant-addons"
1212
org.opencontainers.image.licenses: "Apache License 2.0"
1313
args:
14-
VERSION: "2024.1.0"
14+
VERSION: "2024.3.0"

SomfyProtect2MQTT/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2024.3.0
4+
5+
- fix: remove human_detect_enabled
6+
- chore: set version to 2024.3.0
7+
- feature: Add device_class motion for PIR and safety for IntelliTag
8+
39
## 2024.1.0
410

511
- fix: default value for update_available

SomfyProtect2MQTT/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM $BUILD_FROM
44
ENV LANG C.UTF-8
55

66
# SomfyProtect2MQTT version
7-
ARG VERSION=2024.1.0
7+
ARG VERSION=2024.3.0
88

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

SomfyProtect2MQTT/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ labels:
1111
org.opencontainers.image.source: "https://github.com/Minims/homeassistant-addons"
1212
org.opencontainers.image.licenses: "Apache License 2.0"
1313
args:
14-
VERSION: "2024.1.0"
14+
VERSION: "2024.3.0"

SomfyProtect2MQTT/config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
33
name: SomfyProtect2MQTT
4-
version: 2024.1.0
4+
version: 2024.3.0
55
slug: somfy-protect-2-mqtt
66
description: Publish Somfy Home Alarm as MQTT messages
77
url: https://github.com/Minims/homeassistant-addons/tree/main/SomfyProtect2MQTT

0 commit comments

Comments
 (0)