Commit df855f9 1 parent b0eebf4 commit df855f9 Copy full SHA for df855f9
File tree 5 files changed +10
-4
lines changed
5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ labels:
11
11
org.opencontainers.image.source : " https://github.com/Minims/homeassistant-addons"
12
12
org.opencontainers.image.licenses : " Apache License 2.0"
13
13
args :
14
- VERSION : " 2024.1 .0"
14
+ VERSION : " 2024.3 .0"
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
9
## 2024.1.0
4
10
5
11
- fix: default value for update_available
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM $BUILD_FROM
4
4
ENV LANG C.UTF-8
5
5
6
6
# SomfyProtect2MQTT version
7
- ARG VERSION=2024.1 .0
7
+ ARG VERSION=2024.3 .0
8
8
9
9
# Install required packages
10
10
RUN apk add --no-cache py3-pip py3-opencv ffmpeg
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ labels:
11
11
org.opencontainers.image.source : " https://github.com/Minims/homeassistant-addons"
12
12
org.opencontainers.image.licenses : " Apache License 2.0"
13
13
args :
14
- VERSION : " 2024.1 .0"
14
+ VERSION : " 2024.3 .0"
Original file line number Diff line number Diff line change 1
1
---
2
2
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
3
3
name : SomfyProtect2MQTT
4
- version : 2024.1 .0
4
+ version : 2024.3 .0
5
5
slug : somfy-protect-2-mqtt
6
6
description : Publish Somfy Home Alarm as MQTT messages
7
7
url : https://github.com/Minims/homeassistant-addons/tree/main/SomfyProtect2MQTT
You can’t perform that action at this time.
0 commit comments