Hm that might be something worth considering. I have actually changed the entire css I made for this and the heating has stopped. So it is definitely a css issue. I do not know which line causes it though. I even tried with all resources disabled and a single view with only one card. It would still heat up like a boss (only the theme was active).
For spinning icons I never really had problems though as I run HA on a server instead of an RPI. But it is good to mention it anyways. Thanks!
This is related to swiper right? Well swiper doesnât seem to be the problem though. I have swiper active just like before but no more heating up.
It also heated up with only the theme active (no resources, no custom cards, no swiper, only a single entity-button, single view and the theme active) It would still heat up. I think it is really crazy.
I even tried the âclearâ theme from HACS. Same result, heats up very fast. So it must be one of the lines that causes this I guess?
Currently it works without heating like crazy, though I have removed almost all css from the configuration. I got like 4 lines left (which is fine for my light theme as it doesnât deviate too much from it, but I really wonder how I am going to do the other themes).
I will take a look at this anyways as it sounds interesting.
I did that in the popup-device-counters.yaml, and indeed it stops the toggle. Doesnât show any more-info though.
Maybe domain dependent action should be introduced, Ill think of some template
changing the notification template doesnât help, it shows more info on the inout_boolean.dummy1. Ive taken that out (dont know why you added that, since it doesnât do anything) but then the more-info is useless also. Might add a navigate to my alerts page as a working and relevant alternative
Ah yes, my bad, you should also have an entity configured in (you might be able to do that within the notifications file, not the template). I put in the dummy so it gets the default styles from a button. Whereas using no entity or some sensor entity sometimes gives me icons etc that are transparent or the card would not have the right colors (and I would need to define default operators, while this way it just takes the defaults).
Anyways, try adding
- entity: your entity
To any of the notifications. I think that should do it (provided you also have the more-info action within the template). I will fix that in the next update!
I replaced it with {{entity}} but am not sure it does anything
btw, since I am new to the popup windows, is it correct the popup isnât scrollable? showing 26 lights âonâ⌠doesnât fit the screen, but when scrolling I only see the page behind the popup scroll, and not the popup itself.
another more fundamental question: why donât you use the full notifications file in the front-page header? It confused me since you have many conditions and notifications doubled now, both in the notifications.yaml, and in the frontpage_header.yaml
I use it like this now (only copies the second horizontal-stack), and seems to work perfectly:
no more double code, and all notifications swiped. No need to make a difference between alarm on or off is there, since the conditions are already set in the notifications.yaml �
I have already changed all of it yesterday, so the code is already old haha. But yes the template is merged now, including all the header templates (which are a single one now). I will update the repo soon. Still needs some tweaking to do.
Uhm popups should be scrollable, though I am not entirely sure if it also works on legacy popups (the more info ones).
But it scrolls fine for me though. I know that a while ago scrolling wasnât possible at all on popup-cards and it still isnât quite superb. You could change the template to show 4 columns instead of 3, that way it should fit better at least (though text will be cut off when the names are too long).
as an example of a notification, while clicking the line in the card, it brings up the more-info of another related sensor . Could be anything of course, but like this it provides a full package of info under 1 buttonclick. Nice!
I had actually created these kind of notifications in the past (I think in 0.11 of my setup) but I had removed it for this test as I want people to test the essential stuff first before the non-essential stuff. I will definitely change the template back again so that this remains possible.
Alright, I have been able to fix most of the issues from this weeks release including the heat issues. I will post an update either tomorrow or monday depending on the time available.
Remember that this is an early âalphaâ version so the code I will release is very different from the current alpha! If you have made edits I suggest that you save them and copy/paste them back in after the release.
If all is well and the next test goes succesfull I will remove the alpha tag. All versions beyond that will be updateable like you were used to prior to v 0.13.3!
Thanks for your patience, feedback and thanks for the support!
Well the file name says it, it is an example file.
The documentation states that you need to copy all the contents from the configuration.yaml file. You have used the configuration.example.yaml file. Which was actually meant as an example. I will remove the examples.
Anyone have trouble with the battery page? It works fine if I change the card type to an entities card, but with your code and trying to use the layout/button cards as it is I get this:
good morning everyoneâŚthe battery view works for meâŚthe problem is that when i use the iphone the views flicker, which does not happen from the pcâŚ
Jim, is it possible to have your configuration to work on? because I struggled to understand the various settings