mirror of
https://github.com/ZaneThePython/openjibo-haint.git
synced 2026-06-17 11:46:01 +00:00
Fix hassfest issues
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
import aiohttp
|
||||
import voluptuous as vol
|
||||
from homeassistant.core import HomeAssistant, ServiceCall
|
||||
from homeassistant.helpers import config_validation as cv
|
||||
import logging
|
||||
|
||||
from .const import DOMAIN, PLATFORMS
|
||||
|
||||
CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
_SAY_SCHEMA = vol.Schema({
|
||||
|
||||
Reference in New Issue
Block a user