Dwains Dashboard blueprints are pre-made pages or cards that you can easily add to your Home Assistant instance. Each blueprint can be added as many times as you want.
Quick links:
You always gonna start with the header of a blueprint which looks like this.
blueprint:
custom_cards:
- button-card
description: description of blueprint
input:
entity_name:
description: description shown
name: entity name
name: name of blueprint
type: page
version: '1.0.1'
card:
Then you can follow with your YAML Code.
All the options are available in the lovelace editor but you can use yaml
if you want.
Name | Type | Default | Options | Description |
---|---|---|---|---|
custom_cards |
string | Optional | any custom card | Used custom cards which were used. Will show in blueprint overview. |
description |
string | Optional | any description | adds a description to blueprint overview |
input |
string | Optional | input-entity; input-name |
define input fields |
name |
string | Optional | any name | Choose name of blueprint |
type |
string | Optional | card/page | defines type of blueprint |
version |
string | Optional | any version number | defines version of blueprints in blueprint overview |