luuk
(Luuk)
May 19, 2020, 2:51pm
759
sorry, oke in the meen time i found time and had a look how this system works, I mest up the UI but think that now Im getting their:
custom_header:
compact_mode: true
exceptions:
- conditions:
user: Tablet
config:
background: 'rgba(255, 0, 0, 0)'
hide_help: true
menu_dropdown: true
show_tabs: true
default_tab: '5'
hide_tabs: '1 to 9, 0, home'
kiosk_mode: true
- conditions:
user: Tablet
user_agent: Mobile
media_query: '(max-width: 600px)'
config:
footer_mode: true
reverse_button_direction: true
reverse_tab_direction: true
- conditions:
query_string: kiosk
config:
kiosk_mode: true
title: UI
views:
@mayker tnx for the help
@mayker
Welcome back, hope your RL situation has calmed down a little, and all your family is well and healthy!
1 Like
mayker
(maykar (pronounced "maker" with a southern accent))
May 19, 2020, 4:51pm
761
Thanks! Things are still crazy, but starting to ease up a bit. Weāre all fairly stressed, but doing well.
We all can only hope, that things ease up soon. Unfortunately i wouldnāt bet on that! Stay safe in these uncertain times!
1 Like
theone
(Dan Kessler)
May 20, 2020, 12:10pm
763
Custom Header does not seem to work with HA 0.110.0 - No header showing - Had to use 1?disable_ch to restore original header.
VDRainer
(š»)
May 20, 2020, 12:12pm
764
Thereās already an open issue.
opened 07:48AM - 11 May 20 UTC
closed 09:02PM - 20 May 20 UTC
I am testing with Home Assistant 0.110, which is in development at this moment.
The frontend isn't loading anymore, and i see...
Bug
mayker
(maykar (pronounced "maker" with a southern accent))
May 20, 2020, 1:40pm
765
Custom Header is not 0.110 ready yet. Hoping to have it updated soon. Hang tight and thank you.
10 Likes
mayker
(maykar (pronounced "maker" with a southern accent))
May 20, 2020, 8:09pm
766
Initial 0.110 fixes are up. Itās labeled as a pre-release so you will need to āshow betaā in HACS
4 Likes
mayker
(maykar (pronounced "maker" with a southern accent))
May 20, 2020, 9:16pm
767
Made a full release 1.4.0 as some were having issues with āshow betaā. This release fixes the button text issue, but also includes an error when viewing a non-lovelace page (itās just an error, shouldnāt effect anything): Cannot read property 'lovelace' of null
. I am aware of it and it is already fixed for the next release, but I donāt want to push a full release with just that fix. Thereās a handful of other things Iām working on and Iām sure more will come up.
7 Likes
pasleto
(TomĆ”Å” PĆ”sler)
May 20, 2020, 10:00pm
768
Getting only this kind of error
Cannot read property 'lovelace' of null
and when viewing non-lovelace page, it will move my header from top to bottom, just to let you know
1 Like
Yoinkz
May 20, 2020, 10:08pm
769
Anyone else seeing this behavior after the update 0.110 and latest fix 1.4.0?
options: >-
{{ hours24 }}:{{ minutesLZ }} - {{ dayNameShort }}. {{ dayNum }}. {{
monthNameShort }} {{ year4d }} - <ha-icon icon='mdi:weather-{% if
is_state("weather.dark_sky", "partlycloudy") -%}partly-cloudy{%- else
-%}{{ states('weather.dark_sky')}}{%- endif %}'></ha-icon>
{{states.weather.dark_sky.attributes.temperature }}Ā°
did you even read the post above yoursā¦
VDRainer
(š»)
May 20, 2020, 10:10pm
771
I think this is the essential part of his post.
Same issue here.
I am sure Ryan is on it.
btw, what is a non-lovelace page?
VDRainer
(š»)
May 20, 2020, 10:13pm
773
Dev Tools, Configuration, ā¦
VDRainer
(š»)
May 20, 2020, 10:19pm
775
1.3.9 works, but you need to find the invisible icon.
pasleto
(TomĆ”Å” PĆ”sler)
May 20, 2020, 10:19pm
776
sure,
itās just an error, shouldnāt effect anything
so i let him know it effect anything
VDRainer
(š»)
May 20, 2020, 10:21pm
777
Everything that you canāt customize.
cool,
I installed it to check if it happened here too, but only thing see in inspector is this:
TypeError: null is not an object (near '...ha-panel-lovelace").lovelace,!t)return;...')
on loading developer , and no issue with the headerā¦
of course thereās the odd:
but that has been there for a very long time now, nothing to do with ha 110.
letās let Ryan get to grips with this, positive heāll fix it asap for him.