Hi what is wrong in this card?
The first “cards:” is unnecessary AFAIK:
Correct would be:
type: entities
title: Alexa [...]
entities:
- input_text [...]
Unless you are using a stack card or something similar. Then it’s missing a type:
and the corresponding type of stack/grid before the cards:
statement.
thank you so much
1 Like
The example in your screenshot was written for YAML mode. To use it in the UI you need to edit it slightly as PDSC describes above.