RedNo7
RedNo7
Still seems good to me.
Same here, also following.
> FWIW, in my case I narrowed this down to Home Assistant.app being enabled in System Settings / Privacy&Security / Focus. If I disable it there, it stops auto-launching. @hmijail...
huh. I restarted HA and the issue has gone
> Not fixed with restart... I've re-opened it for you.
you can do it, but it's javascript, not jinja. So: ```yaml variables: - roomname: >- {{ states('input_select.test_area') }} ``` becomes: ```yaml variables: - roomname: "[[[ return states['input_select.test_area'].state ]]]" ``` ...I...
My attempts to pass templates as variables using jinja have failed in the past and someone on this forum showed me that javascript works. **Edit**: Ugh, it’s 10 mins, 1...
This sounds more like a Jellfin core issue (rather than a QNAP packaging issue).
I don't think so - I've given up on Orbstack now; this and `network_mode: host` were 2 promised features that I was really excited about. Docker for Desktop seems to...
I don't think so - I've given up on Orbstack now; this and `network_mode: host` were 2 promised features that I was really excited about. Docker for Desktop seems to...