mirror of
https://github.com/home-assistant/core.git
synced 2026-04-25 10:45:06 +00:00
Add comment to Rflink battery sensor definition (#129131)
This commit is contained in:
@@ -71,6 +71,8 @@ SENSOR_TYPES = (
|
||||
native_unit_of_measurement=UnitOfPressure.HPA,
|
||||
),
|
||||
SensorEntityDescription(
|
||||
# Rflink devices reports ok/low so device class can’t be used
|
||||
# It should be migrated to a binary sensor
|
||||
key="battery",
|
||||
name="Battery",
|
||||
icon="mdi:battery",
|
||||
|
||||
Reference in New Issue
Block a user