Giuseppe Iannello
Giuseppe Iannello
Non-discovery auth: not tested, will give it a try. The 404 doesn't bother me that much, was just a way to confirm that librespotify is receiving and responding to packets...
> If the core code is intentional, then this PR would need to be separated into the core components and the keyboard files, per the PR Checklist. It is, but...
Indeed. With Gateway still lacking CDN support, this would really help.
@Tyrion85 is that deployment referenced by _more than one_ `Service`?
This is happening with v0.13.5 and v0.13.6 too. DNS provider: Google Cloud ``` _external-dns.a-collector.sst.XXXX.XX. TXT 300 "heritage=external-dns,external-dns/owner=YYYY/shop-production,external-dns/resource=ingress/WWWW" _external-dns.a-www.XXXX.XX. TXT 300 "heritage=external-dns,external-dns/owner=YYYY/shop-production,external-dns/resource=ingress/ZZZZ" _external-dns.collector.sst.XXXX.XX. TXT 300 "heritage=external-dns,external-dns/owner=YYYY/shop-production,external-dns/resource=ingress/WWWW" _external-dns.XXXX.XX. TXT 300 "heritage=external-dns,external-dns/owner=YYYY/shop-production,external-dns/resource=ingress/ZZZZ" _external-dns.www.XXXX.XX....
Here's a quick hack for Debian Testing. https://gist.github.com/giannello/367b868618950e5687ef344d82d1e204 On the first usage, the closed-source library will upload a firmware to the fingerprint reader. This will take a few minutes (check...
Tested it on my setup, works fine. As far as I understand, `PercentType` is not a valid Item type (https://www.openhab.org/docs/concepts/items.html#items), so in this context using `Number:Dimensionless` and hardcoding the unit...
> Remember, bindings know nothing about items - we only care about `States` and `PercentType` is of course valid - as per the reference you provided. Yet the xml entry...
Anyway, I see the other point now - the `Converters` should be updated too, I'm currently testing a change. Don't merge yet.