"""Constants for the Duck DNS integration.""" from typing import Final DOMAIN = "duckdns" ATTR_CONFIG_ENTRY: Final = "config_entry_id"