Remove unnecessary AirVisual attribute constants (#64483)

This commit is contained in:
Aaron Bach 2022-01-19 15:56:21 -07:00 committed by GitHub
parent 05b8da11a3
commit c00cff2650
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,10 +12,6 @@ from homeassistant.helpers.update_coordinator import DataUpdateCoordinator
from .const import CONF_CITY, CONF_COUNTRY, DOMAIN
ATTR_DATA = "data"
ATTR_OPTIONS = "options"
ATTR_TITLE = "title"
CONF_COORDINATES = "coordinates"