Well unless 1.3.2 isn’t the latest version, yes then I am sure. I even reinstalled it a few times to be sure (with appropriate restarts).
But really it will only load 1 out of 10 refreshes give or take. I am running iOS 13.4 on an iPhone X. Like I said I even reinstalled the Home Assistant app, card-tools and things like that. But nothing helps .
Btw it wasn’t that stupid of a question this happens to people a lot and like you said HACS isn’t always doing what it should.
I had an issue with another card when using the ios app. After the card was fixed and working in PC web browsers the ios app was still playing up. A frontend cache reset in the app settings did not fix the problem. Doing a frontend cache reset and then pulling down on the display to refresh does seem to have fixed it. Might be worth a try.
Hi
I have installed custom header. I want to install also the android companion app to my wife’s phone mostly for presence detection and for some basic sensors and switches usage. I have been told that I could use custom header for that. Can someone tell me how I could create separate views do please?
mayker
(maykar (pronounced "maker" with a southern accent))
582
As @VDRainer mention’s custom header is not .107 ready. Also, that error is very vague and doesn’t really point to a culprit. Always disable what you think might be causing the error to see if the error still exists, if the error persists, look elsewhere.
I read it but unfortunately I didn’t understand a lot.
I have installed custom header in my HA and in my phone and I also added time and some other infos and it is working ok.
Now I want to install the companion app to my wife’s phone.
I am confused regarding the following
Where should I change the exception config ?
In HA or in my wife’s phone?
From these configurations in the exception config
Which of them should I use in order to create a custom view only for my wife’s phone. Mine and HA should have all.
Sorry but I really don’t understand the terminology of the example at all
i have been using CH to hide options button and side works flawlessly,
Now i want to give like guest of my CCTV tab to a person, i added this settings
custom_header:
exceptions:
- conditions:
user: guest
user_agent: Android #alss trie mobile iphone and removing line
config:
show_tabs: '2'
hidden_tab_redirect: true
disable_sidebar: true
compact_mode: true
options_hide: true
voice_hide: true
the thing is i want Ch to redirect it to tab no 2 as it loads , when removed the line
user_agent: it works nicely on pc not on mobile, when added line user_agent: mobile
the problem is when on mobile (currently android) it does not redirect, it shows my main tab which is no 0 , and on top there is just one tab icon which is tab 2 i have to click it then its there
i want CH to redirect to view no 2 every time on all devices , any idea why its not working on mobiles
TIA
EDIT : ADDED LINE DEFAULT_TAB: AND IT HAS SOLVED MY PROBLEM SO ALL GOOD NO NEED OF USER AGENT ALSO THANKYOU
mayker
(maykar (pronounced "maker" with a southern accent))
594
You set it once in your Lovelace config. You can do it with yaml code, example below, or with the editor by adding exceptions.
custom_header:
# This is where you would set your "default configuration"
exceptions:
- conditions:
user: wife # Your wife's user's name
config:
# This is where you would set the config for your wife.
show_tabs: '5'
In the example above your wife would only see tab 5
Great, it make sense now.
One more question, just to be sure.
I should add her as a new user in - configuration-users-add new user. Then I have to connect her phone with the new user - and after I am changing the custom header. Is that rigght?
Thanks a lot for your help!