|
28 | 28 |
|
29 | 29 | --- |
30 | 30 |
|
| 31 | +## 🚀 Get Started |
| 32 | + |
| 33 | +### Full guide to get you started with Claude Desktop (~10 min) |
| 34 | + |
| 35 | +*No paid subscription required.* Click on your operating system: |
| 36 | + |
| 37 | +<p> |
| 38 | +<a href="docs/macOS-uv-guide.md"><img src="https://img.shields.io/badge/Setup_Guide_for_macOS-000000?style=for-the-badge&logo=apple&logoColor=white" alt="Setup Guide for macOS" height="120"></a> <a href="docs/Windows-uv-guide.md"><img src="https://img.shields.io/badge/Setup_Guide_for_Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white" alt="Setup Guide for Windows" height="120"></a> |
| 39 | +</p> |
| 40 | + |
| 41 | +### Quick install (~5 min) |
| 42 | + |
| 43 | +<details> |
| 44 | +<summary><b>🍎 macOS</b></summary> |
| 45 | + |
| 46 | +1. Go to [claude.ai](https://claude.ai) and sign in (or create a free account) |
| 47 | +2. Open **Terminal** and run: |
| 48 | + ```sh |
| 49 | + curl -LsSf https://raw.githubusercontent.com/homeassistant-ai/ha-mcp/master/scripts/install-macos.sh | sh |
| 50 | + ``` |
| 51 | +3. [Download Claude Desktop](https://claude.ai/download) (or restart: Claude menu → Quit) |
| 52 | +4. Ask Claude: **"Can you see my Home Assistant?"** |
| 53 | + |
| 54 | +You're now connected to the demo environment! [Connect your own Home Assistant →](docs/macOS-uv-guide.md#step-6-connect-your-home-assistant) |
| 55 | + |
| 56 | +</details> |
| 57 | + |
| 58 | +<details> |
| 59 | +<summary><b>🪟 Windows</b></summary> |
| 60 | + |
| 61 | +1. Go to [claude.ai](https://claude.ai) and sign in (or create a free account) |
| 62 | +2. Open **Windows PowerShell** (from Start menu) and run: |
| 63 | + ```powershell |
| 64 | + irm https://raw.githubusercontent.com/homeassistant-ai/ha-mcp/master/scripts/install-windows.ps1 | iex |
| 65 | + ``` |
| 66 | +3. [Download Claude Desktop](https://claude.ai/download) (or restart: File → Exit) |
| 67 | +4. Ask Claude: **"Can you see my Home Assistant?"** |
| 68 | + |
| 69 | +You're now connected to the demo environment! [Connect your own Home Assistant →](docs/Windows-uv-guide.md#step-6-connect-your-home-assistant) |
| 70 | + |
| 71 | +</details> |
| 72 | + |
| 73 | +Having issues? Check the **[FAQ & Troubleshooting](docs/FAQ.md)** |
| 74 | + |
| 75 | +--- |
| 76 | + |
31 | 77 | ## 💬 What Can You Do With It? |
32 | 78 |
|
33 | 79 | Just talk to Claude naturally. Here are some real examples: |
@@ -86,52 +132,6 @@ Spend less time configuring, more time enjoying your smart home. |
86 | 132 |
|
87 | 133 | --- |
88 | 134 |
|
89 | | -## 🚀 Get Started |
90 | | - |
91 | | -### Full guide to get you started with Claude Desktop (~10 min) |
92 | | - |
93 | | -*No paid subscription required.* Click on your operating system: |
94 | | - |
95 | | -<p> |
96 | | -<a href="docs/macOS-uv-guide.md"><img src="https://img.shields.io/badge/Setup_Guide_for_macOS-000000?style=for-the-badge&logo=apple&logoColor=white" alt="Setup Guide for macOS" height="120"></a> <a href="docs/Windows-uv-guide.md"><img src="https://img.shields.io/badge/Setup_Guide_for_Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white" alt="Setup Guide for Windows" height="120"></a> |
97 | | -</p> |
98 | | - |
99 | | -### Quick install (~5 min) |
100 | | - |
101 | | -<details> |
102 | | -<summary><b>🍎 macOS</b></summary> |
103 | | - |
104 | | -1. Create a free account at [claude.ai](https://claude.ai) |
105 | | -2. Open **Terminal** and run: |
106 | | - ```sh |
107 | | - curl -LsSf https://raw.githubusercontent.com/homeassistant-ai/ha-mcp/main/scripts/install-macos.sh | sh |
108 | | - ``` |
109 | | -3. [Download Claude Desktop](https://claude.ai/download) (or restart: Claude menu → Quit) |
110 | | -4. Ask Claude: **"Can you see my Home Assistant?"** |
111 | | - |
112 | | -You're now connected to the demo environment! [Connect your own Home Assistant →](docs/macOS-uv-guide.md#step-6-connect-your-home-assistant) |
113 | | - |
114 | | -</details> |
115 | | - |
116 | | -<details> |
117 | | -<summary><b>🪟 Windows</b></summary> |
118 | | - |
119 | | -1. Create a free account at [claude.ai](https://claude.ai) |
120 | | -2. Open **PowerShell** and run: |
121 | | - ```powershell |
122 | | - irm https://raw.githubusercontent.com/homeassistant-ai/ha-mcp/main/scripts/install-windows.ps1 | iex |
123 | | - ``` |
124 | | -3. [Download Claude Desktop](https://claude.ai/download) (or restart: File → Exit) |
125 | | -4. Ask Claude: **"Can you see my Home Assistant?"** |
126 | | - |
127 | | -You're now connected to the demo environment! [Connect your own Home Assistant →](docs/Windows-uv-guide.md#step-6-connect-your-home-assistant) |
128 | | - |
129 | | -</details> |
130 | | - |
131 | | -Having issues? Check the **[FAQ & Troubleshooting](docs/FAQ.md)** |
132 | | - |
133 | | ---- |
134 | | - |
135 | 135 | ## 📦 Other Installation Methods |
136 | 136 |
|
137 | 137 | <details> |
|
0 commit comments