A Home Assistant custom component that provides an AI-powered agent capable of generating automations based on natural language queries. The agent connects to all entities in your Home Assistant instance and uses the OpenAI compatible endpoint in GLM Coding Plan.

1 Open Issue Need Help Last updated: Oct 17, 2025

Open Issues Need Help

View All on GitHub
AI/ML AI Applications

AI Summary: A bug in the GLM Coding Plan Agent HA custom integration prevents it from loading. The integration attempts to register HTTP static paths before the Home Assistant HTTP component is fully initialized, leading to an AttributeError because the router is None. This issue is critical as it stops the integration from working.

Complexity: 3/5
bug enhancement good first issue

A Home Assistant custom component that provides an AI-powered agent capable of generating automations based on natural language queries. The agent connects to all entities in your Home Assistant instance and uses the OpenAI compatible endpoint in GLM Coding Plan.

Python