My second approach
I think it’s my beta1 final
What do you think guys ?
If someone is interested in this code… let me know !
… With a llot of buttons …
My second approach
I think it’s my beta1 final
What do you think guys ?
If someone is interested in this code… let me know !
… With a llot of buttons …
Its because the text is too long it gets into two lines
… of course … sorry dumb question Do you like my layout?
Yeah it’s neat, maybe a bit to bright for my taste thou
Everything except the font shadow. It makes my eyes buzz.
Could you just point me to the right direction if I want two buttons instead of one per row ??
Guess you could do it by adding
text-align: center;
to <body>
then change/override
display and width on <a>
perhaps something like this
display: inline-block;
width: initial;
margin-left: 1rem;
perhaps a max-width will be useful, but really you should add a wrapper container with column-count or use flexbox instead
hello there… I am running now latest hassio and tested just by chance this addon and somehow it won’t create the right links:
And in the app
I’ll have a look at it tomorrow! Mine is still working fine, I don’t think it should be be affected by the hassio version really
Anyhow, you should be able to fill out the real url yourself, just add whatever is in the box to the end
my fault it is working
I am also experiencing the same issue. It contained the while URL when I last checked it, but it now just shows the path name. Not a huge issue, as mentioned you can always manually add the full path
I am running 0.115.6
Exactly this . Well not annoying but if you want to use this to share it …well a bit more complicated
Oh i thought you solved it?
Then i’ll have a look at it!
I’m currently on 116.4 and haven’t seen the issue, but i’ll have a look at it
The external_url is really only used for this and as long as i can pass the param to the config and load up that config file from within the container it should work
Cool thanks will try
Awesome, that seems to have worked.
Solved just updated
My favorite addon, it works great.
One question, I like a lot that GET URL commands, so I want to produce various links and save them as favorites in my browser. Thing is that when I call the URL the command goes well, but then it opens the webpage URL of the command.
Is there a way to avoid that, and just have the command work (perhas a pop up that gives a command succesful)?