File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
SomfyProtect2MQTT-dev/rootfs/etc/services.d/SomfyProtect2MQTT
rootfs/etc/services.d/SomfyProtect2MQTT Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
bashio::log.info "Generating config.yaml from options.json"
12
12
echo '# Generated by homeassistant, do not edit!' > /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/config/config.yaml.tmp
13
13
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
15
15
sed 's/ -/ -/' /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/config/config.yaml.tmp > /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/config/config.yaml
16
16
bashio::log.info "Configuration :"
17
17
bashio::log.info "$(cat /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/config/config.yaml)"
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 : 2025.1.2b
4
+ version : 2025.1.2C
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
Original file line number Diff line number Diff line change 11
11
bashio::log.info "Generating config.yaml from options.json"
12
12
echo '# Generated by homeassistant, do not edit!' > /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/config/config.yaml.tmp
13
13
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
15
15
sed 's/ -/ -/' /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/config/config.yaml.tmp > /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/config/config.yaml
16
16
bashio::log.info "Configuration :"
17
17
bashio::log.info "$(cat /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/config/config.yaml)"
You can’t perform that action at this time.
0 commit comments