exactly that…I have an automation run first thing in the morning (when phone comes of charge) to turn on a smart plug which turns on the shows then 2 minutes later it runs “open silk” via alexa media intergation which auto loads the browser, then I scroll up half an inch to get it looking like this.
I sould really do a full write up to make it easy for anyone who is wanting to do this now with all the sideloading blocks in place
yes…if this could be automated ith a full screen command Id be very happy with how everything else works, especially as my dashbaords have live camera feeds that keep it open all day long
Can someone please show how the virtual switch must be configurated? i didn’t get it…
only make a “helper” entity doesn’t work because i can’t expose this to nabu casa
no and yes. I already made some changes. unfortunately from my research the initial interaction is necc for security reasons. as for the button
I created my own html file that I k I kin www to use with the iframe card. this way I am not dependent on an external source and it plays a silent wav file, no external files. instead of using a swipe card I just add a small iframe to the bottom of my dash(aspect ratio 5%) that will show a small green “keep open” button. when pressed it goes invisible since I set the html background to same color of the theme I am using on the dashboard. I also added subtle animation effects to the whole dash using card mod so that every 7 min the screen fades and moves just to combat possible screen burn. here is a media dash I use on an echo 15 before and after the html
Thank you very much. I don’t even know how to thank you.
The button is displayed and after pressing it turns black and is no longer visible
That’s the way it should be. I did it with the File Editor, the first time with it.
And how do I do it now with the card mod animation???
Do I have to create a new card?
When I search in the cards, there is no card with …card mode… is displayed. But I have already downloaded the integration.
I am completely at a loss.
Can you explain to me where I have to insert the card mod animation.
I’m being really stupid
then you can add modifications to any card in lovelace. to individual cards Or what I like to do is use vertical stack card which comes with home assistant or my favorite is custom:stack-in-card via Hacs which let’s you stack several cards in one. then you can apply card mods to the whole stack which is better for shifting all the cards in the animation.
Yes, I am still green in HA But everyone starts small and I’ve been reading along in the community for a long time
I have already downloaded Hacs and a lot of maps.
My problem is simply how to write this YamL. I don’t get along with this indentation. I can’t cope with that. I just don’t understand where and where the lines have to be.
Can you perhaps create an animated map like this for me so that I can use it as a template?
The screenshot shows an attempt I made, but I couldn’t get the indentation right.
I wouldn’t worry too much about screen burn in to be honest. but what you showed me looks correct. you just have the line with card_mod indented when it needs to be flush with the line above. right under the word type. some worry about the next lines just backspace card_mod
@Littlejoe , in your HTML sheet, I’m looking for the address of the silent .wav file.
Gemini says: UklGRigAAABXQVZFZm10IBIAAAABAAEARKwAAIhYAQACABAAAABkYXRhAgAAAAEA: This is the actual Base64-encoded audio data itself.
Am I to understand you don’t need to point to a “silent.wav” file, but that Base64 string represents a silent wav file? If so that is soooo cool.