Skip to content

Commit 03816d3

Browse files
authored
Installer (Windows) - remove unused variable (#1040)
* remove unreferenced variable * woops
1 parent bc5b47a commit 03816d3

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

scripts/install-windows.ps1

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,6 @@ if (-not (Test-Path $ConfigDir)) {
5555
New-Item -ItemType Directory -Path $ConfigDir -Force | Out-Null
5656
}
5757

58-
# The MCP server config
59-
$HaMcpConfig = @{
60-
command = "uvx"
61-
args = @("--python", "3.13", "--refresh", "ha-mcp@latest")
62-
env = @{
63-
HOMEASSISTANT_URL = $DemoUrl
64-
HOMEASSISTANT_TOKEN = $DemoToken
65-
}
66-
}
67-
6858
# The properly formatted JSON config
6959
$JsonConfig = @"
7060
{

0 commit comments

Comments
 (0)