mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-01 03:05:49 +01:00
Fix template HM
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 11.0.4
|
||||
|
||||
- Fix template for hmip
|
||||
|
||||
## 11.0.3
|
||||
|
||||
- Fix Ingress path
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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 }}
|
||||
Reference in New Issue
Block a user