You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-93Lines changed: 10 additions & 93 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,16 +185,16 @@ If you find this project useful and want to support its development, **please co
185
185
186
186
---
187
187
188
-
## 🤖 Using with Cursor AI
188
+
## 🤖 Using with AI IDE (Cursor, VS Code etc)
189
189
190
-
This add-on enables **Cursor AI to autonomously manage your Home Assistant** through natural language - no manual copy-pasting needed!
190
+
This add-on enables **AI IDE to autonomously manage your Home Assistant** through natural language - no manual copy-pasting needed!
191
191
192
192
### ⚠️ Important Disclaimer
193
193
194
194
**This tool is designed for experienced Home Assistant users who understand what they're doing.**
195
195
196
196
- ✅ **Always review changes** before applying them to production systems
197
-
- ⚠️ **Cursor AI can accidentally break your configuration** if given incorrect instructions or outdated information
197
+
- ⚠️ **AI can accidentally break your configuration** if given incorrect instructions or outdated information
198
198
- 💾 **Git versioning is enabled by default** - all changes are backed up and can be rolled back
199
199
- 🔄 **Test in a safe environment first** if you're new to AI-driven automation
200
200
- 📖 **Verify syntax and compatibility** with your Home Assistant version
@@ -217,9 +217,9 @@ Analyze my automations and suggest optimizations
217
217
Create a smart lighting automation for movie mode
218
218
```
219
219
220
-
Cursor AI will autonomously read your configuration, create components, and deploy everything automatically!
220
+
AI will autonomously read your configuration, create components, and deploy everything automatically!
221
221
222
-
**That's it!**Cursor AI will use the MCP protocol to communicate with your Home Assistant.
222
+
**That's it!**AI IDE will use the MCP protocol to communicate with your Home Assistant.
223
223
224
224
**Learn more:**[MCP Home Assistant on GitHub](https://github.com/Coolver/home-assistant-mcp) | [NPM Package](https://www.npmjs.com/package/@coolver/home-assistant-mcp)
225
225
@@ -255,9 +255,9 @@ My bedroom lights automation isn't working. Check the logs,
255
255
find the problem, and fix it.
256
256
```
257
257
258
-
### What Cursor AI Can Do
258
+
### What Vibecode Agent Can Do
259
259
260
-
With this add-on and [MCP integration](https://github.com/Coolver/home-assistant-mcp), Cursor AI can:
260
+
With this add-on and [MCP integration](https://github.com/Coolver/home-assistant-mcp), AI IDE can:
261
261
262
262
✅ **Analyze YOUR configuration** - detects your actual devices and entities
263
263
✅ **Create complex systems autonomously** - 10+ interconnected automations
@@ -273,55 +273,6 @@ With this add-on and [MCP integration](https://github.com/Coolver/home-assistant
273
273
274
274
---
275
275
276
-
## 🚀 Installation (Detailed)
277
-
278
-
### Option 1: Via GitHub Repository (Recommended)
279
-
280
-
1. Open **Settings** → **Add-ons** → **Add-on Store**
281
-
2. Click **⋮** (three-dot overflow menu in top right corner)
0 commit comments