perhaps someone can help, since the newest update to browser_mod 2.0 i have the problem that my popups have no background anymore and they were transparent.
i only change this code:
ction: fire-dom-event
browser_mod:
service: browser_mod.popup
data:
title: My title
content:
This is an awesome UI, and I finally got around to making the changes needed for my environment and implementing the same.
I had one question about using an existing dashbaord as a popup in the Historik section.
I would like to display Home Assistant’s energy dashboard as a popup, when the Historik button is clicked.
Any recommendations on how I can go about doing this ?
i read in a older post from you and @Laffer that you get with the “google cast integration” information from netflix, but i only get wich app is playing no title of the playing media or a icon, do you get a icon or title of the playing media in netflix over this integration?
I ended up getting the Apple TV not the shield, so I can’t help you with that one, but @Laffer has his full config so you could look there, I have had a look and it looks like there is little more work needed, see this post for more details or look into his config.
okay i buyed a apple tv 4K 4th Generation, can you explain how you get the information from netflix ? over which integration have you added the AppleTV?
Compared to an Apple TV, the SHIELD is unpredictable with what info is visible in Home Assistant.
That’s one of the reasons I’ve attempted to create template sensors - to mitigate this.
I’m currently only using Plex with my SHIELD, and Apple TV for everything else.
One thing you could try is the Android TV integration. I used it at some point, and if I remember correctly, it did show some additional info.
Im just editing the sidebar template. Im adding my own weather and battery code. Is there anyway to control the styling of the sidebar, i.e. text sizies and icon sizes, for things i am adding? How is that done. I’m strugging to see how I can control some of these elements.
On reading the docs again, I’m not sure it’s possible to add type:picture-elements or type:picture-entity to an entities card. Why not use two vertical stacks, one for Terrasse and one for Haustür? Or simply use only the picture-entity cards?
Hi
I need some help.
I started to migrate my zigbee devices from zha to zigbee2mqtt
I modified the sidebar.yaml file with the new name of my entities but the display of powered on devices don’t works anymore
{% set lights = [
states.switch.0x680ae2fffe82bf8b,
states.switch.0x842e14fffe7f2dd9
] %}
{% set lights_on = lights | selectattr('state','eq','on') | list %}
In “model” tabs, the code above give me “UndefinedError: ‘None’ has no attribute ‘state’” while I do have an on state for these elements
span is a HTML tag and class=“time” is a css class, if you look for where the css class of time is defined it is in button_card_templates/sidebar.yaml, like so.
working much better now, I did think of adding searching to your api, so depending on the data we get out from home assistant we can refine the search with more and more details to improve the matching, and we just use the 1st match
endpoint
description
get/
use the history to find the more resent video
get/?id={id}
get the details for that vide ID
get/?title={title}
search by title and get the 1st match
get/?title={title}&channel={channel}
search by title on the given channel
@Laffer
the Apple TV is working well, little annoying the the current app is not reported until you start playing content in that app, my quick actions to open say Plex won’t work the same with the Apple TV as the Apple TV won’t report back that Plex is open until i start playing content, so the buttons can ask Plex to be opened but can show that Plex is open until something is played.