diff --git a/SomfyProtect2MQTT-dev/build.yaml b/SomfyProtect2MQTT-dev/build.yaml index 0a5ec77..51c4392 100644 --- a/SomfyProtect2MQTT-dev/build.yaml +++ b/SomfyProtect2MQTT-dev/build.yaml @@ -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.9.0" + VERSION: "2025.1.0" diff --git a/SomfyProtect2MQTT/CHANGELOG.md b/SomfyProtect2MQTT/CHANGELOG.md index 19b5b67..57909f1 100644 --- a/SomfyProtect2MQTT/CHANGELOG.md +++ b/SomfyProtect2MQTT/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 2025.1.0 + +feature: Add videophone like v500 (ringing, snapshot, open gate, etc.) +feature: Add History +feature: Add Video Events +visiophone: write clip to /media folder +visiophone: save snapshot/video to media folder for visiophone +fix: try to use asyncio on websocket + ## 2024.9.0 - fix: resubscribe to all topic on MQTT reconnect diff --git a/SomfyProtect2MQTT/Dockerfile b/SomfyProtect2MQTT/Dockerfile index dd7d3cd..5bde4ae 100644 --- a/SomfyProtect2MQTT/Dockerfile +++ b/SomfyProtect2MQTT/Dockerfile @@ -4,7 +4,7 @@ FROM $BUILD_FROM ENV LANG C.UTF-8 # SomfyProtect2MQTT version -ARG VERSION=2024.9.0 +ARG VERSION=2025.1.0 # Install required packages RUN apk add --no-cache py3-pip py3-opencv ffmpeg diff --git a/SomfyProtect2MQTT/build.yaml b/SomfyProtect2MQTT/build.yaml index 0a5ec77..51c4392 100644 --- a/SomfyProtect2MQTT/build.yaml +++ b/SomfyProtect2MQTT/build.yaml @@ -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.9.0" + VERSION: "2025.1.0" diff --git a/SomfyProtect2MQTT/config.yaml b/SomfyProtect2MQTT/config.yaml index 051dccb..1244416 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: 2024.9.0 +version: 2025.1.0 slug: somfy-protect-2-mqtt description: Publish Somfy Home Alarm as MQTT messages url: https://github.com/Minims/homeassistant-addons/tree/main/SomfyProtect2MQTT