Add comment to Rflink battery sensor definition (#129131)

This commit is contained in:
epenet
2024-10-25 11:14:26 +02:00
committed by GitHub
parent bed77bd356
commit d0f685183d

View File

@@ -71,6 +71,8 @@ SENSOR_TYPES = (
native_unit_of_measurement=UnitOfPressure.HPA,
),
SensorEntityDescription(
# Rflink devices reports ok/low so device class cant be used
# It should be migrated to a binary sensor
key="battery",
name="Battery",
icon="mdi:battery",