mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 10:17:51 +00:00
Fix typo in entity name for launchlibrary (#65048)
This commit is contained in:
parent
30fd902764
commit
c5787a5422
@ -85,7 +85,7 @@ SENSOR_DESCRIPTIONS: tuple[LaunchLibrarySensorEntityDescription, ...] = (
|
||||
LaunchLibrarySensorEntityDescription(
|
||||
key="launch_probability",
|
||||
icon="mdi:dice-multiple",
|
||||
name="Launch Probability",
|
||||
name="Launch probability",
|
||||
native_unit_of_measurement=PERCENTAGE,
|
||||
value_fn=lambda nl: None if nl.probability == -1 else nl.probability,
|
||||
attributes_fn=lambda nl: None,
|
||||
|
Loading…
x
Reference in New Issue
Block a user