Skip to content

Commit

Permalink
SomfyProtect2MQTT 2023.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Minims committed Nov 15, 2023
1 parent 64931b3 commit f7e501e
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 7 deletions.
1 change: 1 addition & 0 deletions MyFox2MQTT-dev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ init: false
map:
- share:rw
- config:rw
- homeassistant:rw
options:
myfox:
username: mail@example.org
Expand Down
1 change: 1 addition & 0 deletions MyFox2MQTT/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ init: false
map:
- share:rw
- config:rw
- homeassistant:rw
options:
myfox:
username: mail@example.org
Expand Down
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: "2023.11.0"
VERSION: "2023.11.1"
1 change: 1 addition & 0 deletions SomfyProtect2MQTT-dev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ init: false
map:
- share:rw
- config:rw
- homeassistant:rw
options:
somfy_protect:
username: mail@example.org
Expand Down
4 changes: 4 additions & 0 deletions SomfyProtect2MQTT/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2023.11.1

- fix: use new /homeassistant folder instead of /config

## 2023.11.0

- fix: do not ask for snapshot if shutter is closed
Expand Down
6 changes: 3 additions & 3 deletions SomfyProtect2MQTT/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ homeassistant_config:

mqtt:
host: 192.168.1.1
port: "1883"
port: '1883'
ssl: false
username: homeassistant
password: homeassistant
client-id: somfy-protect
topic_prefix: somfyProtect2mqtt
ha_discover_prefix: homeassistant
delay_site: "10"
delay_device: "60"
delay_site: '10'
delay_device: '60'
manual_snapshot: false
streaming: mqtt
debug: false
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=2023.11.0
ARG VERSION=2023.11.1

# 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: "2023.11.0"
VERSION: "2023.11.1"
3 changes: 2 additions & 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: 2023.11.0
version: 2023.11.1
slug: somfy-protect-2-mqtt
description: Publish Somfy Home Alarm as MQTT messages
url: https://github.com/Minims/homeassistant-addons/tree/main/SomfyProtect2MQTT
Expand All @@ -19,6 +19,7 @@ init: false
map:
- share:rw
- config:rw
- homeassistant:rw
options:
somfy_protect:
username: mail@example.org
Expand Down

0 comments on commit f7e501e

Please sign in to comment.