home-assistant-custom-components.ha_mcp_tools: inherit meta from ha-mcp
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
ruamel-yaml,
|
||||
}:
|
||||
|
||||
buildHomeAssistantComponent rec {
|
||||
buildHomeAssistantComponent {
|
||||
domain = "ha_mcp_tools";
|
||||
inherit (ha-mcp) version src;
|
||||
inherit (ha-mcp.src) owner;
|
||||
@@ -23,10 +23,12 @@ buildHomeAssistantComponent rec {
|
||||
};
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/homeassistant-ai/ha-mcp/releases/tag/v${version}";
|
||||
inherit (ha-mcp.meta)
|
||||
changelog
|
||||
homepage
|
||||
license
|
||||
maintainers
|
||||
;
|
||||
description = "Home Assistant custom component for the MCP (Model Context Protocol) server";
|
||||
homepage = "https://github.com/homeassistant-ai/ha-mcp";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.jamiemagee ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user