betaboon
betaboon
i created a fork of your overlay and updated for the PA-0.8 build, builds, installs and shows my raop devices. no audio yet, but i guess that is another problem...
i got a AC4236 and I'm available for testing if you need :)
@shexbeer i started reimplementing the integration using `async_platform`, `aiocoap` and coap-observations. this way the integration becomes `Local Push` instead of `Local Pull`. I dropped using `py-air-control` for multiple reasons: -...
> Tryed it but not working for me. Have the same 4000i purifier. @spider7611 if this comment was related to my fork please move the discussion to betaboon/philips-airpurifier#1
@kongo09 my implementation doesn't pull the data but consumes it as published by the device. Could it be possible that you overlooked the platform string is different in mine? So...
heya. just wanted to let you know that I'm already using terraform-nixos + terranix for quite a while. that was the initial reason for this [terranix PR](https://github.com/terranix/terranix/pull/15) here's the snippet...
@javsalgar just an update: - we've been using the images from my repo for quite a while in production now - the issue has 11 thumbs-up - the post sharing...
any update here?
i don't know if this is the best solution, but here's what i currently do: `py_pytest_main.bzl`: ```starlark load("@aspect_rules_py//py:defs.bzl", _py_pytest_main = "py_pytest_main") load("@pip//:requirements.bzl", "requirement") def py_pytest_main(name): _py_pytest_main( name = name, deps...
the nix-ecosystem had a similar problem of limiting the layer-count when building images with layer-per-package. IIRC the approach described in [this blog post by graham](https://grahamc.com/blog/nix-and-layered-docker-images/) is what ended up being...