Hello!
Just noticed that it is not possible to set the parameter show_header_toggle
on cards containing automation
entities only.
If I set other entities, like switches, for example, the header toggle shows up correctly.
Here is an example config:
- title: Automações
id: automacoes
cards:
- id: 53ee926bb8ca407ebd4d90c0369c34c6 # Automatically created id
type: vertical-stack
cards:
- type: entities
show_header_toggle: true
title: Rotinas casa
entities:
- automation.rotina__acoes_ao_nascer_do_sol
- automation.rotina__acoes_ao_por_do_sol
- automation.rotina__boa_noite
- automation.rotina__bom_dia
- entity: automation.desligar_cafeteira_e_chaleira_apos_15_minutos
name: Rotina - Desligar cafeteira e chaleira após 15 minutos
No toggle is found:
Thanks!