Fixed power factor sensors in HA

This commit is contained in:
Gunnar Skjold
2024-08-15 19:44:24 +02:00
parent c5c0b52eb7
commit 2c95f036ba
2 changed files with 8 additions and 8 deletions

View File

@@ -18,10 +18,10 @@
"U1" : %.2f,
"U2" : %.2f,
"U3" : %.2f,
"PF" : %.2f,
"PF1" : %.2f,
"PF2" : %.2f,
"PF3" : %.2f,
"PF" : %d,
"PF1" : %d,
"PF2" : %d,
"PF3" : %d,
"tPI1" : %.3f,
"tPI2" : %.3f,
"tPI3" : %.3f,