list_ha_dir
List directory contents on the Home Assistant host over SSH, showing file details with ls -la. Restricted to authorized root paths.
Instructions
List a directory on the Home Assistant host over SSH (ls -la).
Restricted to the same allowed roots as :func:read_ha_file.
Args:
path: Absolute directory path (e.g. /config).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |