Remove deprecated YAML config from OpenUV (#38857)

This commit is contained in:
Aaron Bach 2020-08-16 19:57:10 -06:00 committed by GitHub
parent 061d88f875
commit 7071f3a966
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ from homeassistant.const import (
)
from homeassistant.core import callback
from homeassistant.exceptions import ConfigEntryNotReady
from homeassistant.helpers import aiohttp_client, config_validation as cv
from homeassistant.helpers import aiohttp_client
from homeassistant.helpers.dispatcher import (
async_dispatcher_connect,
async_dispatcher_send,
@ -54,8 +54,6 @@ TYPE_SAFE_EXPOSURE_TIME_6 = "safe_exposure_time_type_6"
PLATFORMS = ["binary_sensor", "sensor"]
CONFIG_SCHEMA = cv.deprecated(DOMAIN, invalidation_version="0.115")
async def async_setup(hass, config):
"""Set up the OpenUV component."""