fix where PLATFORM_SCHEMA gets pulled from (#22334)

pull/22340/head
Jason Hunter 2019-03-23 23:49:44 -04:00 committed by GitHub
parent 1ddc249989
commit 49b92b5349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@ import logging
import voluptuous as vol
from homeassistant.components.camera import Camera
from homeassistant.components.sensor import PLATFORM_SCHEMA
from homeassistant.components.camera import Camera, PLATFORM_SCHEMA
from homeassistant.const import CONF_IP_ADDRESS, CONF_NAME
from homeassistant.helpers.aiohttp_client import async_get_clientsession
import homeassistant.helpers.config_validation as cv