Skip to content

Commit

Permalink
SomfyProtect2MQTT 2025.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Minims committed Dec 31, 2024
1 parent aa870e9 commit e7c67b8
Show file tree
Hide file tree
Showing 5 changed files with 13 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.9.0"
VERSION: "2025.1.0"
9 changes: 9 additions & 0 deletions SomfyProtect2MQTT/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.9.0
ARG VERSION=2025.1.0

# Install required packages
RUN apk add --no-cache py3-pip py3-opencv ffmpeg
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.9.0"
VERSION: "2025.1.0"
2 changes: 1 addition & 1 deletion SomfyProtect2MQTT/config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e7c67b8

Please sign in to comment.