summary refs log tree commit diff
path: root/pkgs/servers/home-assistant/component-packages.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-11-24 10:43:33 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2018-11-24 10:43:33 +0100
commite41154d1abcbcd1b9a0f542e590c63a210ea4266 (patch)
treec2971a1611c8141f14fde93fe6db43f019711ea5 /pkgs/servers/home-assistant/component-packages.nix
parent90720d0139feaf7421344073430d2a6f5ecbb231 (diff)
parent25c562e451e0fe9d54c455f101e1ac59350b24be (diff)
downloadnixpkgs-e41154d1abcbcd1b9a0f542e590c63a210ea4266.tar
nixpkgs-e41154d1abcbcd1b9a0f542e590c63a210ea4266.tar.gz
nixpkgs-e41154d1abcbcd1b9a0f542e590c63a210ea4266.tar.bz2
nixpkgs-e41154d1abcbcd1b9a0f542e590c63a210ea4266.tar.lz
nixpkgs-e41154d1abcbcd1b9a0f542e590c63a210ea4266.tar.xz
nixpkgs-e41154d1abcbcd1b9a0f542e590c63a210ea4266.tar.zst
nixpkgs-e41154d1abcbcd1b9a0f542e590c63a210ea4266.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/servers/home-assistant/component-packages.nix')
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index 79b0dfc52ae..8c0ba2a4924 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -562,7 +562,7 @@
     "light.mqtt_template" = ps: with ps; [ paho-mqtt ];
     "light.mysensors" = ps: with ps; [  ];
     "light.mystrom" = ps: with ps; [  ];
-    "light.nanoleaf_aurora" = ps: with ps; [  ];
+    "light.nanoleaf_aurora" = ps: with ps; [ nanoleaf ];
     "light.opple" = ps: with ps; [  ];
     "light.osramlightify" = ps: with ps; [  ];
     "light.piglow" = ps: with ps; [  ];