| 
5085 | 5085 |     21478: ["GranwinIoT", "Gra Electricity Metering Controller V8 (Mesh)", "giot.plug.v8icm"],  | 
5086 | 5086 |     "spec": [  | 
5087 | 5087 |         BaseConv("switch", "switch", mi="2.p.1"),  | 
5088 |  | -        MathConv("power_consumption", "sensor", mi="4.p.1", multiply=0.001, round=3, entity={"units": "kWh"}),  | 
 | 5088 | +        MathConv("power_consumption", "sensor", mi="4.p.1", multiply=0.0001, round=3, entity={"units": "kWh"}),  | 
5089 | 5089 |         MathConv("electric_power", "sensor", mi="4.p.2", round=3, entity={"units": "W"}),  | 
5090 |  | -        MathConv("voltage", "sensor", mi="4.p.3", multiply=0.001, round=2, entity={"units": "V"}),  | 
 | 5090 | +        MathConv("voltage", "sensor", mi="4.p.3", entity={"units": "V"}),  | 
5091 | 5091 |         MathConv("electric_current", "sensor", mi="4.p.4", multiply=0.001, round=3, entity={"units": "A"}),  | 
5092 | 5092 |         # BaseConv("auxiliary_switch", "switch", mi="7.p.1"),  | 
5093 | 5093 |         # BaseConv("voice_disable", "switch", mi="7.p.2"),  | 
 | 
0 commit comments