From aee6c93290c141c6f731e8ef00a0b9c0c7e376c6 Mon Sep 17 00:00:00 2001 From: mrwhite31 <46862347+mrwhite31@users.noreply.github.com> Date: Mon, 6 Sep 2021 13:42:11 +0200 Subject: [PATCH] Fix typo in sensor.py Barometer 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 7ce986d708209..fd3be53bfda7d 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,