Upgraded to the latest version of CCH last night using HACS.
The CCH settings work on my Admin user, disabled tabs to test and it works.
But when I add an exception for a user, nothing happens. User case-sensitive or not, still not working. Cleared Safari and Chrome browser caches, still not working. Browsers are on the most recent versions.
I tried it on four computers (3 Windows 10 and a Mac) still not working.
I deleted and re-created exception still not working for this user. Not sure what I’m doing wrong.
mayker
(maykar (pronounced "maker" with a southern accent))
1116
I need to start insisting that issues be posted to the GitHub page. Issues posted in a forum thread are difficult to track/follow and by filling out the issue template I will get all the info I need.
Please, post the issue there and fill out as much of the template as you can:
This will be the post that I link to for issues posted in this thread moving forward. I have updated the first post to reflect this as well. This will make it much easier for me to track and fix issues. Thanks!
Is there a simple way to link a custom panel_iframe to a header button instead of the sidebar?
mayker
(maykar (pronounced "maker" with a southern accent))
1118
Not with CCH, but there are multiple ways to make buttons in Lovelace that navigate to URLs (entity-button-card, the custom button-card, picture elements, etc).
Here’s a couple of posts about it. I imagine you could just replace the “view” urls with panel url
How about a view (in panel mode) with a single iframe card?
2 Likes
mayker
(maykar (pronounced "maker" with a southern accent))
1120
After your suggestion I wanted to play around a bit and was searching around as I couldn’t get it to fill to the full view height. Then I came across this post (looks like they’ve been down this road).
@mayker thank you. That post is actually me as well. I’m going to continue playing with it myself, but I think it’s a limitation of the iframe card itself and how it sets the top padding.
I cannot get the card to span the full height of the window reliably when it is resized. Looking at the card I do not think it will be possible without using card-mod or rewriting the card itself. iframe-card
Before I got too deep I checked here, since it doesn’t seem all that crazy for someone to want to link a sidebar item in the header and thought it might have been attempted already…
mayker
(maykar (pronounced "maker" with a southern accent))
1124
I’m hiding all but one view (irrigation, view #6) for my gardener’s log in.
When I log in with that account I see view #0 in the main panel even though only one view icon (irrigation, #6) is available on the header.
I’ve tried setting view #6 as the default for this account but there was no change to this behaviour.
mayker
(maykar (pronounced "maker" with a southern accent))
1127
Have you tried the latest beta? It includes a fix for default tab, full release coming this/next week with a few new features added. One of those new features will enhance default tab as well.
I really thought I was keeping up with all of the recent changes but alas, my header no longer shrinks down to a single row of icons. I’ve stared at this config for a while now and I just can’t seem to figure out what I’m missing. Could someone take a peek at my config and let me know what, if anything, in my configuration would cause the full header to appear? I’m running HA 0.98.2 with CCH 1.3.1 (because Custom Updater wont grab CCH 1.3.6?).
mayker
(maykar (pronounced "maker" with a southern accent))
1130
Few things:
Custom updater is essentially depreciated. It seems to have issues with anything past CCH 1.3.1. I believe this is because the editor file was removed. This is not something I will fix and you should either install manually or with HACS for the latest versions (and you should as some of the features you use in your config were fixed since then).
voice: false is not a valid config option, should be voice: hide
All items pertaining to the notifications button should be removed as it no longer exists in the latest HA.
I’ve modified your config below to fix issues mentioned above, remove options that were the default settings, and I moved the swipe options to the main config so that you don’t need to repeat the same options for every exception. When something isn’t set in an exception then the main config option is used.
Install the latest version of CCH and if you’re still having issues please fill out an issue template on github.
I must say WOW to this card. Really amazing and useful, thanks alot for working on this.
I have a small suggestion. Wouldn’t it be nice to display the time and date in the center of the header? Also, i think it’s kinda weird that the date is displayed under the clock because it makes the text too small to comfortably read. The time and date should be next to eachother so they both can be big and easily visble, in my opinion.
1 Like
mayker
(maykar (pronounced "maker" with a southern accent))
1134
It all comes down to spacing, if the time and date were next to each other then there would be little space for the view icons/buttons, especially on mobile devices and if they were in the center they would overlap those same icons or break the views in half which would be a nightmare to deal with.
There are new features coming to change the size of date & time independently and I’m thinking of making it so that a button could be time or date, not just time or both.
CCH doesn’t create a new header, it modifies the existing one. So I also have to work within the constraints of the default header and its elements.