Skip to content

Commit

Permalink
version: 2025.1.2b
Browse files Browse the repository at this point in the history
  • Loading branch information
Minims committed Jan 12, 2025
1 parent bf3a8f8 commit 1443021
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
bashio::log.info "Generating config.yaml from options.json"
echo '# Generated by homeassistant, do not edit!' > /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/config/config.yaml.tmp
echo '# Edit configuration only at the Add-on configuration tab!' >> /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/config/config.yaml.tmp
yq eval -P /data/options.json > output.yaml
yq -P -oy /data/options.json > output.yaml
sed 's/ -/ -/' /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/config/config.yaml.tmp > /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/config/config.yaml
bashio::log.info "Configuration :"
bashio::log.info "$(cat /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/config/config.yaml)"
Expand Down
2 changes: 1 addition & 1 deletion SomfyProtect2MQTT/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

Check failure on line 1 in SomfyProtect2MQTT/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / Lint Add-on

'boot' should be removed, it uses a default value

Check failure on line 1 in SomfyProtect2MQTT/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / Lint Add-on

'startup' should be removed, it uses a default value

Check warning on line 1 in SomfyProtect2MQTT/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / Lint Add-on

'map' contains the 'config' folder, which has been replaced by 'homeassistant_config'. See: https://developers.home-assistant.io/blog/2023/11/06/public-addon-config

Check failure on line 1 in SomfyProtect2MQTT/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / Lint Add-on

Add-on version identifier must be 'dev'
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
name: SomfyProtect2MQTT
version: 2025.1.2a
version: 2025.1.2b
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
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
bashio::log.info "Generating config.yaml from options.json"
echo '# Generated by homeassistant, do not edit!' > /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/config/config.yaml.tmp
echo '# Edit configuration only at the Add-on configuration tab!' >> /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/config/config.yaml.tmp
yq eval -P /data/options.json > output.yaml
yq -P -oy /data/options.json > output.yaml
sed 's/ -/ -/' /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/config/config.yaml.tmp > /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/config/config.yaml
bashio::log.info "Configuration :"
bashio::log.info "$(cat /usr/bin/SomfyProtect2MQTT/somfyProtect2Mqtt/config/config.yaml)"
Expand Down

0 comments on commit 1443021

Please sign in to comment.