Skip to content

Commit

Permalink
Remove ozone device class from OpenUV sensor (home-assistant#84791)
Browse files Browse the repository at this point in the history
fixes undefined
  • Loading branch information
bachya authored and balloob committed Dec 30, 2022
1 parent fbdc7d4 commit f1d509b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions homeassistant/components/openuv/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from __future__ import annotations

from homeassistant.components.sensor import (
SensorDeviceClass,
SensorEntity,
SensorEntityDescription,
SensorStateClass,
Expand Down Expand Up @@ -51,7 +50,6 @@
SensorEntityDescription(
key=TYPE_CURRENT_OZONE_LEVEL,
name="Current ozone level",
device_class=SensorDeviceClass.OZONE,
native_unit_of_measurement="du",
state_class=SensorStateClass.MEASUREMENT,
),
Expand Down

0 comments on commit f1d509b

Please sign in to comment.