Few questions that I haven’t answered for you yet.
The double chevron thing, I don’t think I’ll add it as you can just hold the current chevrons down to get to the end quickly.
Will look into adding that.
I’ll try to add notifications as a built-in template variable.
mayker
(maykar (pronounced "maker" with a southern accent))
85
As explained in the readme for Custom CSS it will be a good bit of trial and error as you are fighting the styles that already exist and I can’t offer much support, the feature should be considered experimental especially since it’s subject to change on HA and Custom Header updates, but will see what I can do.
Thanks for that snippet of code! After a hard refresh in Firefox it works a treat!
When I went through the documentation, I actually did think something like that would do the trick but I thought it might not handle hide_tabs being empty. Shame on me for not trying it first
I’ve switched from compact-custom-header to compact-header and it is working well, but can’t work out how to get into the UI editor (I use storage mode).
Previously I could click on Configure UI in the Lovelace options menu and then the menu updated to include an option to configure the compact header but now I only have Unused entities and Raw config editor.
Has the option moved elsewhere or is there some other reason why I am not seeing it?
I’m using 1.0.4 and I’m not seeing anything in the console
I get the same error from HACS as @dooz127 in the logs, but only when the console is open. I think this may just be Chrome trying to download the .js.map file for script debugging.
Here is my config:
custom_header:
compact_mode: true
exceptions:
- conditions:
query_string: embed
config:
default_tab: []
hide_tabs: '9'
kiosk_mode: true
menu: show
notifications: show
options: show
show_tabs: []
voice: show
- conditions:
user_agent: Mobile
config:
compact_mode: true
default_tab: []
hide_tabs: 'Kiosk,Calendar,media-players,Github,Test'
menu: show
notifications: show
options: show
redirect: true
show_tabs: []
voice: show
- conditions:
query_string: testmode
config:
hide_tabs: 'Kiosk,Calendar'
menu: show
notifications: show
options: show
show_tabs: []
voice: show
hide_help: true
hide_tabs: 'Kiosk,Calendar,Test'
redirect: false
but it also happens with a minimal config like this:
the top error is gone (had to take out the actual file out of the folder) but the bottom one is still there. (thesis on Safari, hence maybe the different error language.
I did a manual install, and no the path does not exist. That is to say, up to the /lovelace/resources the pathos correct, the /lit-element.js.map is unknown to me
Give the latest (v1.0.5) a try. It looks like when adding translations to the editor & commonjs, commonjs added some unneeded sourceMappings. Still not sure why that would be the case as it seems to be behaving now.
I know that’s a bunch of tech jargon, but try the latest release.
I moved over from cch to this and now I don’t get the custom header pulldown and my header is there as well as a footer. Tried clearing out settings in raw config and it didn’t make a difference.