Dimmy
Rules
Configured automation rules with triggers and receivers.
| Triggers | Receivers |
|---|---|
|
{{ $last := "" }}
{{ range .Triggers }}
{{ if ne .Device.GetName $last }}
{{ $last = .Device.GetName }}
{{ .Device.GetIconHtml }} {{ .Device.GetName }}
{{ end }}
{{ end }}
{{ .Key }} {{ .Condition.Operator }} {{ .Condition.Value }}
|
{{ $last := "" }}
{{ range .Receivers }}
{{ if ne .Device.GetName $last }}
{{ $last = .Device.GetName }}
{{ .Device.GetIconHtml }} {{ .Device.GetName }}
{{ end }}
{{ end }}
{{ .Key }}: {{ .Value }}
|
| No rules configured. | |