dashboards_add_card_to_view
Add a card (e.g., entities list) to a specific view in your Home Assistant dashboard using URL path and view index.
Instructions
Add a card to a specific view in a dashboard. Example card_config: {'type': 'entities', 'entities': ['light.living_room']}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url_path | Yes | ||
| view_index | Yes | ||
| card_config | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||