system_overview
Retrieve a detailed summary of a Home Assistant system, including entity counts, domain-specific data, sample entities, common attributes, and area-wise distribution. Ideal for initial exploration and understanding smart home structure.
Instructions
Get a comprehensive overview of the entire Home Assistant system
Returns: A dictionary containing: - total_entities: Total count of all entities - domains: Dictionary of domains with their entity counts and state distributions - domain_samples: Representative sample entities for each domain (2-3 per domain) - domain_attributes: Common attributes for each domain - area_distribution: Entities grouped by area (if available)
Examples: Returns domain counts, sample entities, and common attributes Best Practices: - Use this as the first call when exploring an unfamiliar Home Assistant instance - Perfect for building context about the structure of the smart home - After getting an overview, use domain_summary_tool to dig deeper into specific domains
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |