mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Add comment to Rflink battery sensor definition (#129131)
This commit is contained in:
parent
bed77bd356
commit
d0f685183d
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user