From e6a29b6a2aea189cd9bfe765a741a8096723e0f6 Mon Sep 17 00:00:00 2001 From: mrwhite31 <46862347+mrwhite31@users.noreply.github.com> Date: Mon, 6 Sep 2021 15:11:12 +0200 Subject: [PATCH] Fix typo in in rfxtrx Barometer sensor (#55839) Fix typo in sensor.py to fix barometer unavailability --- homeassistant/components/rfxtrx/sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/rfxtrx/sensor.py b/homeassistant/components/rfxtrx/sensor.py index 7ce986d7082..fd3be53bfda 100644 --- a/homeassistant/components/rfxtrx/sensor.py +++ b/homeassistant/components/rfxtrx/sensor.py @@ -75,7 +75,7 @@ class RfxtrxSensorEntityDescription(SensorEntityDescription): SENSOR_TYPES = ( RfxtrxSensorEntityDescription( - key="Barameter", + key="Barometer", device_class=DEVICE_CLASS_PRESSURE, state_class=STATE_CLASS_MEASUREMENT, native_unit_of_measurement=PRESSURE_HPA,