Skip to content

Commit

Permalink
moved domain to const
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Bom-badil authored Dec 23, 2024
1 parent a2015ad commit 3814e62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions custom_components/helios_vallox_ventilation/schema.py
Original file line number Diff line number Diff line change
@@ -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(
Expand Down

0 comments on commit 3814e62

Please sign in to comment.