I’ve tried user agent mobile, iphone ect with no luck. iPhone works on safari on the iphone (it goes to the correct tab) but not on the app, so I’m assuming it has a different user agent.
Hi sorry for being a new user for this component, but how do you remove a exception created through UI. As soon as i created it the paperbin icon disappeared. I can only seem to add another exception but not remove the one i created.
Any way that the date and time can be separate things that can replace the icons? I am looking to have the date on the bar in the upper left and the time at the bar on the upper right.
This is an awesome addition. Thanks for all of the hard work.
1 Like
mayker
(maykar (pronounced "maker" with a southern accent))
1009
Sorry for the delay folks. Still on vacation for a bit, but am back behind a screen that’s not a mobile device. I’ll be addressing some of the bug reports and feature requests in the next few days, but wanted to touch on a few posts before I crash for the night.
@pjv & @mattvolp I’ll work on getting things working on legacy devices again soon.
@crankin I’m not sure the user_agent would be different in the iOS app (can anyone that uses storage mode and the iOS app check at the bottom of CCH settings to see?), but why not remove user_agent and just use the media_query? Could also be that default_tab isn’t working in the iOS app, not sure why that would be (I don’t own any iOS devices), but if one of the iOS users could chime in…
@Supersonical You can edit the config from the raw config editor after selecting “configure ui” in lovelace. You can find the exception and it’s config there to delete. I will fix up the editor so that the delete icon doesn’t get hidden when using large user_agents, but you should always be able to get away with only using a small portion of it.
Hello,
I have a minor issue with CCH, the “hide_help” and “hide_config” options do not seem to work as expected in my configuration. These entries are still visible in the option menu (available when clicking on the clock, which replaces the option button)
Here is my config (latest version of the addon, latest version of Hassio (0.96.5))
Default tab works fine in iOS. I think the iOS app does provide a different user-agent. Running into something similar with the button card.
I don’t use storage mode to be able to check the settings page you mentioned. I grabbed it from my NGINX logs.
[29/Jul/2019:12:50:32 -0500] "GET /community_plugin/button-card/button-card.js HTTP/2.0" 304 0 "https:///lovelace/main" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148" "-"
1 Like
mayker
(maykar (pronounced "maker" with a southern accent))
1012
No, hiding option menu items should work just fine even when it is a clock. Do you have any errors in logs or chrome dev tools?
I have changed to HACS this weekend, but I had exactly the same issue with the module installed manually.
mayker
(maykar (pronounced "maker" with a southern accent))
1016
Hmm. I was thinking that it was a cache issue and an older version without those features was cached on your system. Usually happens when manually installed and the version number isn’t included at the end of the resource url. But since you’re using HACS that shouldn’t be an issue.
I have cleared the cache anyway and used a second browser, but no luck.
I even modified the config to remove the clock but the issue persists. Could it be another breaking change of Hass.io 0.96 ?
mayker
(maykar (pronounced "maker" with a southern accent))
1018
Nah, I’m on 0.96.5 and I can hide all the items fine. HA hasn’t really changed anything in the options menu for a while. I’ve used your exact config and everything works as expected. Not quite sure what’s going on with your issue yet, but I’ll keep looking into it.