Fix hassfest issues

This commit is contained in:
2026-05-17 21:32:16 -04:00
parent 7598bb22ca
commit 90075b525b
2 changed files with 9 additions and 6 deletions

View File

@@ -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({