added home assistant config validation

This commit is contained in:
GyroGearl00se
2025-02-19 01:47:28 +01:00
parent b46aa97184
commit e4b639daa5
4 changed files with 29 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ import logging
from datetime import timedelta
from homeassistant.helpers.event import async_track_time_interval
from homeassistant.helpers.translation import async_get_translations
from const import DOMAIN
from .const import DOMAIN
_LOGGER = logging.getLogger(__name__)