Getting Started with MKTI
What MKTI Is
MKTI is a collection of lightweight microservices designed to enhance Home Assistant automations. Each service follows a simple pattern: JSON in → rules → JSON out → forward.
How MKTI Works
MKTI microservices run inside Docker containers. They receive JSON payloads, apply rules, and forward the processed output to Home Assistant or other systems.
Your First MKTI Deployment
This section will soon include a step-by-step guide for deploying your first MKTI microservice using Docker Compose.
Home Assistant Integration
MKTI integrates with Home Assistant using webhooks. Example automations and templates will be added here as the documentation expands.