card_builder_make_template_card
Create a card from a template in one step. Supply a template and card name, receive a card ID to configure and add to your dashboard.
Instructions
One-shot: pick a template, name it, get back a saved card_id.
Use the returned id with renderer_card_config(card_id, slot_entities={<slot>: ...})
to drop the card on a dashboard. slot overrides the default slot
name in the recipe (e.g. "main" instead of "entity").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template | Yes | ||
| name | Yes | ||
| description | No | ||
| slot | No | ||
| tags | No | ||
| categories | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||