Fix config flow issue

This commit is contained in:
2025-08-17 20:26:04 +10:00
parent 02380cd0d9
commit 3d89c4225e
3 changed files with 47 additions and 23 deletions

View File

@@ -1,8 +1,6 @@
"""Constants for the MedMate integration."""
from homeassistant.const import Platform
DOMAIN = "medmate"
PLATFORMS = [Platform.SENSOR, Platform.BINARY_SENSOR, Platform.BUTTON]
# Configuration keys
CONF_MEDICINES = "medicines"