From 0350e2befb67356ade8832242f83a167b6e797ed Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 18 May 2026 07:17:49 +0000 Subject: [PATCH] Fix HACS hassfest manifest collision Agent-Logs-Url: https://github.com/gensyn/ssh_docker/sessions/68674cb0-d6d9-43c6-807c-42d75d888a5a Co-authored-by: gensyn <36128035+gensyn@users.noreply.github.com> --- docker-compose.yaml | 1 + .../ssh_command/{manifest.json => manifest.playwright.json} | 0 2 files changed, 1 insertion(+) rename tests/playwright/ssh_command/{manifest.json => manifest.playwright.json} (100%) diff --git a/docker-compose.yaml b/docker-compose.yaml index 6215a9b..1202ca4 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -13,6 +13,7 @@ services: - ./:/config/custom_components/ssh_docker:ro # Mount the ssh_command functional copy (required dependency of ssh_docker). - ./tests/playwright/ssh_command:/config/custom_components/ssh_command:ro + - ./tests/playwright/ssh_command/manifest.playwright.json:/config/custom_components/ssh_command/manifest.json:ro # Startup wrapper that pre-populates /etc/hosts before launching HA. # Alpine Linux (musl libc) cannot resolve Docker container hostnames via # Python's socket module because of iptables/UDP limitations in this diff --git a/tests/playwright/ssh_command/manifest.json b/tests/playwright/ssh_command/manifest.playwright.json similarity index 100% rename from tests/playwright/ssh_command/manifest.json rename to tests/playwright/ssh_command/manifest.playwright.json