Skip to content

Commit 7a25e27

Browse files
committed
Correct source_format sensor key
Signed-off-by: Ben Johnson <[email protected]>
1 parent 16322cb commit 7a25e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/trinnov_altitude/sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class TrinnovAltitudeSensorEntityDescription(SensorEntityDescription):
7070
value_fn=lambda device: device.source,
7171
),
7272
TrinnovAltitudeSensorEntityDescription(
73-
key="source",
73+
key="source_format",
7474
translation_key="source_format",
7575
entity_category=EntityCategory.DIAGNOSTIC,
7676
value_fn=lambda device: device.source_format,

0 commit comments

Comments
 (0)