get_lovelace_view
Get a specific Lovelace dashboard view by matching its path or title, with optional support for custom dashboards via the dashboard slug.
Instructions
Fetch a single view from a Lovelace dashboard by title or path.
Args:
view_name: Matched against view['path'] first, then view['title']
(case-insensitive).
url_path: Dashboard slug, or None for the Overview dashboard.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_name | Yes | ||
| url_path | No |