mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 16:17:20 +00:00
parent
ee66ffc8de
commit
570824100c
@ -2,7 +2,6 @@
|
|||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
from homeassistant.components.sensor import (
|
from homeassistant.components.sensor import (
|
||||||
SensorDeviceClass,
|
|
||||||
SensorEntity,
|
SensorEntity,
|
||||||
SensorEntityDescription,
|
SensorEntityDescription,
|
||||||
SensorStateClass,
|
SensorStateClass,
|
||||||
@ -51,7 +50,6 @@ SENSOR_DESCRIPTIONS = (
|
|||||||
SensorEntityDescription(
|
SensorEntityDescription(
|
||||||
key=TYPE_CURRENT_OZONE_LEVEL,
|
key=TYPE_CURRENT_OZONE_LEVEL,
|
||||||
name="Current ozone level",
|
name="Current ozone level",
|
||||||
device_class=SensorDeviceClass.OZONE,
|
|
||||||
native_unit_of_measurement="du",
|
native_unit_of_measurement="du",
|
||||||
state_class=SensorStateClass.MEASUREMENT,
|
state_class=SensorStateClass.MEASUREMENT,
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user