Home Assistant
Summary
The Home Assistant MCP provides AI assistants with direct control over smart home devices through the Home Assistant API. It enables searching for entities using natural language descriptions, controlling device states (on/off), and managing light colors and brightness levels. Built with Python and FastMCP, it securely handles authentication via long-lived access tokens and exposes three main tools: searching entities, controlling devices, and setting light colors. This implementation is particularly valuable for users wanting to control their smart home through conversational AI without leaving their assistant interface.
Available Actions(4)
search_entities
Search for entities in your Home Assistant instance using natural language.
control_device
Control devices by turning them on or off, e.g., 'Turn on the kitchen light'.
set_light_color
Set the color of lights using RGB values, e.g., 'Set my living room lights to red'.
adjust_brightness
Adjust the brightness of lights, e.g., 'Set my dining room lights to blue at 50% brightness'.
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요