olivetin/integration-tests/tests/multi-dashboard-includes/dashboards.d/people.yaml

31 lines
756 B
YAML

entities:
- file: entities/person.yaml
name: person
dashboards:
- title: People
contents:
- type: action
inlineAction:
title: Third Action
shell: echo "First Dashboard, Third Action!"
- type: action
inlineAction:
title: Forth Action
shell: echo "First Dashboard, Forth Action!"
- title: "Person: {{ person.name }}"
type: fieldset
entity: person
contents:
- type: display
title: " {{ person.name }} is a person"
cssStyle:
background-color: red;
- title: "Greet {{ person.name }}"
inlineAction:
shell: echo "Hello, {{ person.name }}!"
icon: ping