Guido Schmitz bf733fdec5
Remove config flow unique_id migration from devolo Home Control (#147327)
Remove config flow unique_id conversion from devolo Home Control
2025-06-23 13:16:57 +02:00

16 lines
340 B
Python

"""Constants for the devolo_home_control integration."""
from homeassistant.const import Platform
DOMAIN = "devolo_home_control"
PLATFORMS = [
Platform.BINARY_SENSOR,
Platform.CLIMATE,
Platform.COVER,
Platform.LIGHT,
Platform.SENSOR,
Platform.SIREN,
Platform.SWITCH,
]
SUPPORTED_MODEL_TYPES = ["2600", "2601"]