ha_upload_file
Upload files from your local machine to your Home Assistant server, placing them in safe directories like www/, custom_components/, blueprints/, or themes/.
Instructions
Upload a file from the local machine to the Home Assistant server. Remote path is relative to /config/. Restricted to safe directories (www/, custom_components/, blueprints/, themes/).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| local_path | Yes | Absolute path to the file on the local machine | |
| remote_path | Yes | Destination path on HA relative to /config/. Example: 'www/mirror.html' |