diff --git a/templates/definition/meter/solaredge-inverter.yaml b/templates/definition/meter/solaredge-inverter.yaml index 8afa52dd5d..fba5924b79 100644 --- a/templates/definition/meter/solaredge-inverter.yaml +++ b/templates/definition/meter/solaredge-inverter.yaml @@ -106,16 +106,19 @@ render: | - source: sunspec {{- include "modbus" . | indent 4 }} timeout: {{ .timeout }} - value: 101:AphA - value: 103:AphA + value: + - 101:AphA + - 103:AphA - source: sunspec {{- include "modbus" . | indent 4 }} timeout: {{ .timeout }} - value: 101:AphB - value: 103:AphB + value: + - 101:AphB + - 103:AphB - source: sunspec {{- include "modbus" . | indent 4 }} timeout: {{ .timeout }} - value: 101:AphC - value: 103:AphC + value: + - 101:AphC + - 103:AphC {{- end }}