Remove unused PurpleAir sensor constant (#84953)

This commit is contained in:
Aaron Bach 2023-01-01 12:15:29 -07:00 committed by GitHub
parent b72e0f1d87
commit ec33f6fe78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,6 @@ from . import PurpleAirEntity
from .const import CONF_SENSOR_INDICES, DOMAIN
from .coordinator import PurpleAirDataUpdateCoordinator
CONCENTRATION_IAQ = "iaq"
CONCENTRATION_PARTICLES_PER_100_MILLILITERS = f"particles/100{UnitOfVolume.MILLILITERS}"