diff --git a/homeassistant/components/openweathermap/const.py b/homeassistant/components/openweathermap/const.py index e5451322ea60d1e1c300b14ce7d8ee669355d4a6..2c23c618c75621fa6914c7f149c3ef45122308a4 100644 --- a/homeassistant/components/openweathermap/const.py +++ b/homeassistant/components/openweathermap/const.py @@ -16,7 +16,7 @@ from homeassistant.const import ( DEVICE_CLASS_TIMESTAMP, LENGTH_MILLIMETERS, PERCENTAGE, - PRESSURE_PA, + PRESSURE_HPA, SPEED_METERS_PER_SECOND, TEMP_CELSIUS, ) @@ -170,7 +170,7 @@ WEATHER_SENSOR_TYPES = { }, ATTR_API_PRESSURE: { SENSOR_NAME: "Pressure", - SENSOR_UNIT: PRESSURE_PA, + SENSOR_UNIT: PRESSURE_HPA, SENSOR_DEVICE_CLASS: DEVICE_CLASS_PRESSURE, }, ATTR_API_CLOUDS: {SENSOR_NAME: "Cloud coverage", SENSOR_UNIT: PERCENTAGE},