Skip to content

Commit 5742e0e

Browse files
committed
version: 2025.1.2c
1 parent 1443021 commit 5742e0e

File tree

3 files changed

+3
-3
lines changed
  • SomfyProtect2MQTT-dev/rootfs/etc/services.d/SomfyProtect2MQTT
  • SomfyProtect2MQTT

3 files changed

+3
-3
lines changed

SomfyProtect2MQTT-dev/rootfs/etc/services.d/SomfyProtect2MQTT/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
bashio::log.info "Generating config.yaml from options.json"
1212
echo '# Generated by homeassistant, do not edit!' > /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/config/config.yaml.tmp
1313
echo '# Edit configuration only at the Add-on configuration tab!' >> /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/config/config.yaml.tmp
14-
yq -P -oy /data/options.json > output.yaml
14+
yq -P -oy /data/options.json >> /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/config/config.yaml.tmp
1515
sed 's/ -/ -/' /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/config/config.yaml.tmp > /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/config/config.yaml
1616
bashio::log.info "Configuration :"
1717
bashio::log.info "$(cat /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/config/config.yaml)"

SomfyProtect2MQTT/config.yaml

Lines changed: 1 addition & 1 deletion
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: 2025.1.2b
4+
version: 2025.1.2C
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

SomfyProtect2MQTT/rootfs/etc/services.d/SomfyProtect2MQTT/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
bashio::log.info "Generating config.yaml from options.json"
1212
echo '# Generated by homeassistant, do not edit!' > /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/config/config.yaml.tmp
1313
echo '# Edit configuration only at the Add-on configuration tab!' >> /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/config/config.yaml.tmp
14-
yq -P -oy /data/options.json > output.yaml
14+
yq -P -oy /data/options.json >> /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/config/config.yaml.tmp
1515
sed 's/ -/ -/' /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/config/config.yaml.tmp > /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/config/config.yaml
1616
bashio::log.info "Configuration :"
1717
bashio::log.info "$(cat /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/config/config.yaml)"

0 commit comments

Comments
 (0)