From 3814e62290745b6cda67bc37c93296aa8f029dd4 Mon Sep 17 00:00:00 2001 From: Tom Bombadil Date: Mon, 23 Dec 2024 02:11:09 +0100 Subject: [PATCH] moved domain to const --- custom_components/helios_vallox_ventilation/schema.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/custom_components/helios_vallox_ventilation/schema.py b/custom_components/helios_vallox_ventilation/schema.py index 4c715b2..9dbd412 100644 --- a/custom_components/helios_vallox_ventilation/schema.py +++ b/custom_components/helios_vallox_ventilation/schema.py @@ -1,8 +1,7 @@ import voluptuous as vol from homeassistant.const import CONF_IP_ADDRESS, CONF_PORT from homeassistant.helpers import config_validation as cv - -DOMAIN = "helios_vallox_ventilation" +from .const import DOMAIN # Configuration schema CONFIG_SCHEMA = vol.Schema(