I have a chip on my dashboard where I show available updates to Home Assistant core, OS and supervisor (or any other for that matter).
{% if is_state('update.home_assistant_core_update', 'on')
or is_state('update.home_assistant_operating_system_update', 'on')
or is_state('update.home_assistant_supervisor_update', 'on')
%}
red
{% endif %}
Three related questions to this:
Say two updates are available how can I show ‘2’ on the chip?
Would it be possible for me to have a tap action going to a list showing where the 2 updates (above example) come from?
(optional) Say I have a core update and an OS update; would it be possible for me to trigger the update from the list in point 2?
I can see further applications to this; e.g. at 10pm every night I check ‘security related’ evants - e.g. unlocked doors, open windows, open garage door etc. and show the number of events on the above chip.
Another application is battery monitoring; show the number of devices where the battery level is below a certain threshold etc.
Not sure if this has been shared here before but I made the navigation buttons on my page sticky. This way if you scroll down a page the nav button follows. Any chips placed in this card should stick to the header as you scroll
That’s very pretty, can you share how you achieve the click to open scenes panel please? I’ve been fiddling around for a few days searching how to do that!
I’ve just applied your sticky chips technique - that’s really neat - thanks!
EDIT: Also… which temperature card are you using that lets you do the multiple overlays of sensors?
I see some of you have a nice overlay on the whole card instead of only the icon, when its activated. How is this done? Theme variables, or in the cards?
Is it possible somehow change only the border color of a icon? I am trying to do simple weather card with the template card, I would like to change the icon based on the weather condition (icon color white) AND icon border color.
For example: Weather is sunny, icon changes to sunny and icon color is white, but the border color is Yellow. When it is cloudy, icon color stays white but icon changes to cloudy, icon border changes to blue.
I can only find the icon color option which changes both icon and icon border color.
Edit: And to specify: I mean by icon border color the circle around the icon.
Is there a way to combine different cards (other than stacking)? E.g. I’d like to use the templated badge_icon on a cover card.
Generally, I am curious about what the reason is that not every card is basically a template card with all the same fields and then some additional stuff, like the cover slider in this case? I.e. why don’t all cards allow templating?
No, just pretty basic pages. Navigation under the banner. Atomic Revive Calendar as appropriate on each page. Using @iantrich 's Feedparser and List Card to display news for each team (and overall on the EPL page). News is updated hourly. Pulling from a variety of sources since none provided adequate results overall.
I have now started to work on my news page. I will also publish it on github when I complete.
By the way I have also added Tips and Tricks to the end of my wiki for better reading the contents without ads and on a fullscreen page. Anyone interested may check it out.
Hi all. beautiful project.
I don’t understand why you use code if this project if called “beautiful dashboard easily”. why isn’t it only via GUI?
I don’t speak english very well. Sorry for my poor english.
Thank you
I think I found part of the answer. From the chip’s tap action I can open a view to the Lovelace home feed card which lists the notifications/events found.
Question is how do I get the notifications, e.g. battery critical, door unlocked etc. into the card. and secondly counting these events so the number can be shown on the dashboard. Will have to be a dynamic list that gets built… Wonder if someone has some code snippets I could start from
Can someone please help me with cache issue. I clear the cache and all is fine. But then my last several udpates revert back. I hit refresh on my broswer or pull down to refresh on my phone and all is fine but then it happens again. I even tried a new computer and new browser and problem remains
Here are the three examples I’m having trouble with. Before and after pictures.