Jakub
Jakub
Yeah, it's well known bug on jenni. Not patched yet.
@fuzetsu any idea what might be wrong? like some deprecated methods inside `bato.to` part? right now it's only loading 'wall' with one picture which was already on page where I...
@fuzetsu not really sure how should I "port" this part. But I'll try few more things later.
@fuzetsu Sorry for confusion. I checked this version, it's not working, nothing useful in console as well 
@fuzetsu hah... so it was Greasemonkey after all. As bookmarklet it's working just fine. I would like to avoid Tampermonkey it's fishy... lets leave this open
@fuzetsu looks like `xhr.open('get', url);` is stuck?... ``` } else { var colonIdx = url.indexOf(':'); if(colonIdx > -1) { url = location.protocol + url.slice(colonIdx + 1); } log('before xhr'); xhr.open('get',...
@Mar2ck thanks for recommending it, at least it's proper open source project. I'll leave it open.
Well development is most likely dead, you have to merge it yourself
Using one dropdown for both vertical and horizontal modes would be bad that's for sure. That's why I was rather thinking about ability to call it via services (as we...
So there's one option, to register new service call for component. [Apparently it's possible.](https://developers.home-assistant.io/docs/en/dev_101_services.html) As addition, there's also a way to create [custom panel](https://www.home-assistant.io/components/panel_custom/) so everything would be covered. I...