dashboards_add_card_to_view
Add a card to a specific view in a Home Assistant dashboard by providing the URL path, view index, and card configuration.
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 | |||