Skip to content

Commit

Permalink
Fix sensor class for battery voltage
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Mar 24, 2024
1 parent c25435d commit 3a806ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"enabled": False,
},
"sensor.battery_voltage": {
"class": SENSOR.BATTERY,
"class": SENSOR.VOLTAGE,
"units": UnitOfElectricPotential.MILLIVOLT,
"category": DIAGNOSTIC,
},
Expand Down

0 comments on commit 3a806ab

Please sign in to comment.