mirror of
https://github.com/home-assistant/core.git
synced 2026-09-14 18:25:47 -05:00
committed by
Paulus Schoutsen
parent
fbdc7d44bc
commit
f1d509be03
@@ -2,7 +2,6 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from homeassistant.components.sensor import (
|
||||
SensorDeviceClass,
|
||||
SensorEntity,
|
||||
SensorEntityDescription,
|
||||
SensorStateClass,
|
||||
@@ -51,7 +50,6 @@ SENSOR_DESCRIPTIONS = (
|
||||
SensorEntityDescription(
|
||||
key=TYPE_CURRENT_OZONE_LEVEL,
|
||||
name="Current ozone level",
|
||||
device_class=SensorDeviceClass.OZONE,
|
||||
native_unit_of_measurement="du",
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user