We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16322cb commit 7a25e27Copy full SHA for 7a25e27
custom_components/trinnov_altitude/sensor.py
@@ -70,7 +70,7 @@ class TrinnovAltitudeSensorEntityDescription(SensorEntityDescription):
70
value_fn=lambda device: device.source,
71
),
72
TrinnovAltitudeSensorEntityDescription(
73
- key="source",
+ key="source_format",
74
translation_key="source_format",
75
entity_category=EntityCategory.DIAGNOSTIC,
76
value_fn=lambda device: device.source_format,
0 commit comments