Fix Starlink ping drop rate reporting (#97555)
This commit is contained in:
parent
8ad37d7640
commit
122794ada8
1 changed files with 1 additions and 1 deletions
|
@ -130,6 +130,6 @@ SENSORS: tuple[StarlinkSensorEntityDescription, ...] = (
|
|||
translation_key="ping_drop_rate",
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
native_unit_of_measurement=PERCENTAGE,
|
||||
value_fn=lambda data: data.status["pop_ping_drop_rate"],
|
||||
value_fn=lambda data: data.status["pop_ping_drop_rate"] * 100,
|
||||
),
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue