diff --git a/homematic/CHANGELOG.md b/homematic/CHANGELOG.md index da2c45c..8aa83b9 100644 --- a/homematic/CHANGELOG.md +++ b/homematic/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 11.0.4 + +- Fix template for hmip + ## 11.0.3 - Fix Ingress path diff --git a/homematic/config.json b/homematic/config.json index 133b8e3..8a1942b 100644 --- a/homematic/config.json +++ b/homematic/config.json @@ -1,6 +1,6 @@ { "name": "HomeMatic CCU", - "version": "11.0.3", + "version": "11.0.4", "slug": "homematic", "description": "HomeMatic central based on OCCU", "url": "https://github.com/home-assistant/hassio-addons/tree/master/homematic", diff --git a/homematic/rootfs/usr/share/tempio/crRFD.conf b/homematic/rootfs/usr/share/tempio/crRFD.conf index b04b94b..85de798 100644 --- a/homematic/rootfs/usr/share/tempio/crRFD.conf +++ b/homematic/rootfs/usr/share/tempio/crRFD.conf @@ -43,6 +43,6 @@ Vertx.WorkerPoolSize=5 # USB HM/IP TRX Adapter Configuration {{ range $index, $device := .hmip }} -Adapter.{{ if $index eq 0 }}1{{ else }}2{{ end }}.Type={{ $device.type }} -Adapter.{{ if $index eq 0 }}1{{ else }}2{{ end }}.Port={{ $device.device }} +Adapter.{{ if eq $index 0 }}1{{ else }}2{{ end }}.Type={{ $device.type }} +Adapter.{{ if eq $index 0 }}1{{ else }}2{{ end }}.Port={{ $device.device }} {{ end }} \ No newline at end of file