Added Alexa Music

This commit is contained in:
2026-07-17 10:12:15 -04:00
parent 92c5268dc8
commit 28a8cb98f6
757 changed files with 151171 additions and 85450 deletions
@@ -0,0 +1,23 @@
{
"domain": "ha_mcp_tools",
"name": "HA-MCP Custom Component",
"after_dependencies": [
"http",
"cloud",
"frontend"
],
"codeowners": [
"@homeassistant-ai"
],
"config_flow": true,
"dependencies": [
"webhook"
],
"documentation": "https://github.com/homeassistant-ai/ha-mcp",
"iot_class": "local_push",
"issue_tracker": "https://github.com/homeassistant-ai/ha-mcp/issues",
"requirements": [
"ruamel.yaml>=0.18.0"
],
"version": "1.1.0"
}