modify domain name

This commit is contained in:
2024-02-29 11:36:46 +01:00
parent 0d2aba4b18
commit 082ca5c3b9

View File

@@ -1,4 +1,4 @@
""" Les constantes pour l'intégration TestVBE_4 """
""" consts for koolnova BMS """
from datetime import timedelta
@@ -21,13 +21,13 @@ from .koolnova.const import (
ZoneState,
)
DOMAIN = "testVBE_4"
DOMAIN = "koolnova_bms"
PLATFORMS: list[Platform] = [Platform.SENSOR,
Platform.SELECT,
Platform.SWITCH,
Platform.CLIMATE]
CONF_NAME = "koolnova_test_HA"
CONF_NAME = "koolnova-BMS-Integration"
CONF_DEVICE_ID = "device_id"
DEVICE_MANUFACTURER = "koolnova"
@@ -133,4 +133,4 @@ SUPPORTED_FAN_MODES = [
FAN_LOW,
FAN_MEDIUM,
FAN_HIGH,
]
]