diff --git a/homeassistant/components/point/manifest.json b/homeassistant/components/point/manifest.json index fffb1b07f25..13a1ac5ce23 100644 --- a/homeassistant/components/point/manifest.json +++ b/homeassistant/components/point/manifest.json @@ -3,7 +3,7 @@ "name": "Minut Point", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/point", - "requirements": ["pypoint==2.1.0"], + "requirements": ["pypoint==2.2.0"], "dependencies": ["webhook", "http"], "codeowners": ["@fredrike"], "quality_scale": "gold", diff --git a/homeassistant/components/point/sensor.py b/homeassistant/components/point/sensor.py index 8d4ee69fca2..bb98ccb53d9 100644 --- a/homeassistant/components/point/sensor.py +++ b/homeassistant/components/point/sensor.py @@ -11,10 +11,8 @@ from homeassistant.components.sensor import ( ) from homeassistant.const import ( DEVICE_CLASS_HUMIDITY, - DEVICE_CLASS_PRESSURE, DEVICE_CLASS_TEMPERATURE, PERCENTAGE, - PRESSURE_HPA, SOUND_PRESSURE_WEIGHTED_DBA, TEMP_CELSIUS, ) @@ -50,12 +48,6 @@ SENSOR_TYPES: tuple[MinutPointSensorEntityDescription, ...] = ( device_class=DEVICE_CLASS_TEMPERATURE, native_unit_of_measurement=TEMP_CELSIUS, ), - MinutPointSensorEntityDescription( - key="pressure", - precision=0, - device_class=DEVICE_CLASS_PRESSURE, - native_unit_of_measurement=PRESSURE_HPA, - ), MinutPointSensorEntityDescription( key="humidity", precision=1, diff --git a/requirements_all.txt b/requirements_all.txt index 155c5410376..b5a15598c25 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1723,7 +1723,7 @@ pypjlink2==1.2.1 pyplaato==0.0.15 # homeassistant.components.point -pypoint==2.1.0 +pypoint==2.2.0 # homeassistant.components.profiler pyprof2calltree==1.4.5 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 61cd8bd909a..c9e35a2e56a 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1024,7 +1024,7 @@ pypck==0.7.10 pyplaato==0.0.15 # homeassistant.components.point -pypoint==2.1.0 +pypoint==2.2.0 # homeassistant.components.profiler pyprof2calltree==1.4.5