mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Fix typo in in rfxtrx Barometer sensor (#55839)
Fix typo in sensor.py to fix barometer unavailability
This commit is contained in:
parent
df928c80b8
commit
e6a29b6a2a
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user