Do not use a battery device class for Shelly analog input sensor (#109311)

Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
This commit is contained in:
Maciej Bieniek
2024-02-01 22:29:32 +01:00
committed by Franck Nijhof
co-authored by Maciej Bieniek
parent faf2a90cd1
commit ca539630a6
@@ -958,7 +958,6 @@ RPC_SENSORS: Final = {
sub_key="percent",
name="Analog input",
native_unit_of_measurement=PERCENTAGE,
device_class=SensorDeviceClass.BATTERY,
state_class=SensorStateClass.MEASUREMENT,
),
}