about summary refs log tree commit diff
path: root/pkgs/servers/home-assistant
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-01-06 06:01:11 +0000
committerGitHub <noreply@github.com>2023-01-06 06:01:11 +0000
commitea5e5050f16f5d2da11d8c4e3f6dd7026c37fb5d (patch)
tree2bce9fc9519a5cebec38715fb2d07defcb63c4cc /pkgs/servers/home-assistant
parentf9c1e638449a1069835cc05aa4001695f03b02e8 (diff)
parente23d2314a73c2b43b727e85b77d384f34ad21179 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/servers/home-assistant')
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index dee4a13077ace..eff6b89169430 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -2674,7 +2674,8 @@
       gridnet
     ];
     "purpleair" = ps: with ps; [
-    ]; # missing inputs: aiopurpleair
+      aiopurpleair
+    ];
     "push" = ps: with ps; [
       aiohttp-cors
     ];
@@ -4551,6 +4552,7 @@
     "proximity"
     "prusalink"
     "pure_energie"
+    "purpleair"
     "push"
     "pushbullet"
     "pushover"