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
+124-4Lines changed: 124 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -314,19 +314,139 @@ data:
314
314
315
315
#### Option 1: Automated Migration (Recommended)
316
316
317
-
Use the migration utility script to automatically convert your automations:
317
+
Use the migration utility script to automatically convert your automations. The utility offers multiple workflows depending on your comfort level:
318
+
319
+
##### Copy-and-Migrate Workflow (Safest - Recommended for Most Users)
320
+
321
+
This workflow is perfect if you need to download your automations file from Home Assistant. The easiest method is using the Visual Studio Code add-on:
322
+
323
+
**Step-by-step using VS Code Add-on:**
324
+
325
+
1. **Download your automations.yaml**:
326
+
- Install the [Visual Studio Code add-on](https://community.home-assistant.io/t/home-assistant-community-add-on-visual-studio-code/107863) from Home Assistant Community Add-ons
327
+
- Open VS Code in your browser and navigate to `/config/automations.yaml`
##### Downloading Your Automations File from Home Assistant
390
+
391
+
If you don't have direct access to your Home Assistant files, you can download them through the web interface:
392
+
393
+
1. **Using Visual Studio Code Add-on** (Recommended):
394
+
- Install the ["Visual Studio Code" add-on](https://community.home-assistant.io/t/home-assistant-community-add-on-visual-studio-code/107863) from the Home Assistant Community Add-ons
395
+
- Start the add-on and click "OPEN WEB UI"
396
+
- Navigate to `/config/automations.yaml` in the file explorer
397
+
- Right-click the file and select "Download" to save it to your computer
398
+
- After migration, simply drag the migrated file back into the `/config/` folder in VS Code
399
+
400
+
2. **Using File Editor Add-on**:
401
+
- Install the "File Editor" add-on from the Add-on Store
402
+
- Navigate to `/config/automations.yaml`
403
+
- Copy the content and save it to a local file
404
+
405
+
3. **Using Studio Code Server Add-on**:
406
+
- Install the "Studio Code Server" add-on
407
+
- Open the file browser and navigate to `/config/automations.yaml`
0 commit comments