first impression: stable. very stable! not that I had complaints before, but it ‘feels’ very native…
3 ‘small’ questions:
are there no more options to hide/show notification? can’t find those in the config options? https://maykar.github.io/custom-header/#configuration/main and I used that in the exceptions conditions.
I’d like to keep the main header text, as set in my configuration. It seems there is no option to disable the header_text setting in custom header? only this, which by default replaces the main header:
header_text string 'Home Assistant' Replace the main header text, more info below
Secondly, I must be doing something wrong because my tab templates don’t show, this is my config (and all template are fine perse)
tab_icons:
alarm: >
{{states('sensor.alarm_panel_icon')}}
phones_tablets: >
{{states('sensor.presence_icon')}}
weer_klimaat: >
{{states('sensor.weather_icon')}}
alarmclock: >
{{'mdi:alarm-off' if is_state('sensor.next_alarm','Not set') else 'mdi:alarm'}}
tabs_color:
phones_tablets: >
{{state_attr('sensor.family_home','icon_color')}}
please have a look what I should do?