Fix template HM

This commit is contained in:
Pascal Vizeli
2020-12-16 16:16:46 +00:00
parent e6a533c996
commit d0cfdcee88
3 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 11.0.4
- Fix template for hmip
## 11.0.3
- Fix Ingress path

View File

@@ -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",

View File

@@ -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 }}