9 lines
144 B
Plaintext
9 lines
144 B
Plaintext
|
# lovelace_gen
|
||
|
{% if entity.startswith("light") %}
|
||
|
type: light
|
||
|
{% else %}
|
||
|
type: entity-button
|
||
|
{% endif %}
|
||
|
entity: {{ entity }}
|
||
|
name: {{ name }}
|