mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
fix where PLATFORM_SCHEMA gets pulled from (#22334)
This commit is contained in:
@@ -8,8 +8,7 @@ import logging
|
|||||||
|
|
||||||
import voluptuous as vol
|
import voluptuous as vol
|
||||||
|
|
||||||
from homeassistant.components.camera import Camera
|
from homeassistant.components.camera import Camera, PLATFORM_SCHEMA
|
||||||
from homeassistant.components.sensor import PLATFORM_SCHEMA
|
|
||||||
from homeassistant.const import CONF_IP_ADDRESS, CONF_NAME
|
from homeassistant.const import CONF_IP_ADDRESS, CONF_NAME
|
||||||
from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
Reference in New Issue
Block a user