diff --git a/FHEM/33_readingsGroup.pm b/FHEM/33_readingsGroup.pm
index 28db05a54..d2ba6ffe3 100644
--- a/FHEM/33_readingsGroup.pm
+++ b/FHEM/33_readingsGroup.pm
@@ -607,13 +607,13 @@ readingsGroup_Get($@)
attr systemStatus nostate 1
attr systemStatus mapping { 'load' => 'Systemauslastung', 'temperature' => 'Systemtemperatur in °C'}
- define Verbrauch readingsGroup TYPE=PCA301:state,power,consumption
- attr Verbrauch mapping %ALIAS
- attr Verbrauch nameStyle style="font-weight:bold"
- attr Verbrauch style style="font-size:20px"
- attr Verbrauch valueFormat {power => "%.1f W", consumption => "%.2f kWh"}
- attr Verbrauch valueIcon { state => '%devStateIcon' }
- attr Verbrauch valueStyle {($READING eq "power" && $VALUE > 150)?'style="color:red"':'style="color:green"'}
+ define Verbrauch readingsGroup TYPE=PCA301:state,power,consumption
+ attr Verbrauch mapping %ALIAS
+ attr Verbrauch nameStyle style="font-weight:bold"
+ attr Verbrauch style style="font-size:20px"
+ attr Verbrauch valueFormat {power => "%.1f W", consumption => "%.2f kWh"}
+ attr Verbrauch valueIcon { state => '%devStateIcon' }
+ attr Verbrauch valueStyle {($READING eq "power" && $VALUE > 150)?'style="color:red"':'style="color:green"'}
@@ -632,8 +632,8 @@ readingsGroup_Get($@)
Attributes