tenkaibr

Results 11 comments of tenkaibr

``Same problem here. My "Dry mode" is "Eco mode". I know it has this option but I still can't get it to work. ```control object|array (From 0.27) hvac|fan|preset|swing object|bool: The...

> > @tenkaibr sounds your solution discribes a way to change the name, but i don´t know in which file to implement the code. May you give me a hint?...

Same problem here

It's simple. Just add the following line in the java file: **moreInfo.style.overflowY = 'auto';** Just after "moreInfo = cardTools.popUp(settings.title, card, settings.large || false);" Like this: > if(e.detail && e.detail.entityId &&...

> @tenkaibr @kkckkc After phone rotation this solution stops working What solution are you referring to? Mine is okay. I could not reproduce your issue as you can see below...

What a strange bug. I've managed to reproduce the problem so it's not the Iphone. Sometimes the popup does not recognize the rotation and cuts the screen. Maybe I have...

I think I found the solution. At least here I could no longer reproduce the problem. Add the following lines: ``` moreInfo.style.overflow = "auto"; moreInfo.style.maxHeight = "100%"; moreInfo.style.maxWidth = "100%";...

> Great! Working for me too. Just one question - is it possible to pin the title and "X" o the top when scrolling down? It's a great idea but...

noEventsForNextDaysText translation isn't working anymore too