home-assistant-custom-components.philips_airpurifier_coap: init at 0.28.0, python3Packages.aioairctrl: init at 0.2.5 #359651
Conversation
5eb9aee to
f1c28f1
Compare
f1c28f1 to
b07825a
Compare
pkgs/servers/home-assistant/custom-components/philips_airpurifier_coap/package.nix
Outdated
Show resolved
Hide resolved
|
Thanks for the suggestions, I've applied them. I actually initialized all of this using an older version of nix-init, before the update to these conventions. |
|
I assumed as much. The boilerplate looked too familiar. Looks like you didn't push any changes yet? |
2aa287b to
6d6b4af
Compare
Weird, I did update and force-push. The branch itself showed the changes, but the PR did not. I'll chalk it up to GitHub weirdness. In any case, I've rebased on master again. |
|
One last nit: The package set is called python3Packages, not pythonPackages (= python2Packages). |
6d6b4af to
30380af
Compare
Reworded 👍 |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-24.11
git worktree add -d .worktree/backport-359651-to-release-24.11 origin/release-24.11
cd .worktree/backport-359651-to-release-24.11
git switch --create backport-359651-to-release-24.11
git cherry-pick -x b7ee10f466147f486f7f08c46217688ae166b2f4 30380af03328c73d2ec04d683a2afbe9d33b925a |
Adds the philips-airpurifier-coap Home Assistant custom component.
Manually confirmed that the integration works on my Home Assistant instance.
Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.