mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
fix where PLATFORM_SCHEMA gets pulled from (#22334)
This commit is contained in:
parent
1ddc249989
commit
49b92b5349
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user