about summary refs log tree commit diff
path: root/pkgs/servers/home-assistant
diff options
context:
space:
mode:
authorelseym <elseym@me.com>2018-11-23 15:13:05 +0100
committerelseym <elseym@me.com>2018-11-23 15:20:22 +0100
commit1fd55e5e905d21e3278fd8c49a015a3f3e60561b (patch)
tree60b7d2910362bf4f0b0ff3146d51ff87165c8ab9 /pkgs/servers/home-assistant
parentc598aab31fc9fdbebf159991cea6041c3da75a73 (diff)
downloadnixlib-1fd55e5e905d21e3278fd8c49a015a3f3e60561b.tar
nixlib-1fd55e5e905d21e3278fd8c49a015a3f3e60561b.tar.gz
nixlib-1fd55e5e905d21e3278fd8c49a015a3f3e60561b.tar.bz2
nixlib-1fd55e5e905d21e3278fd8c49a015a3f3e60561b.tar.lz
nixlib-1fd55e5e905d21e3278fd8c49a015a3f3e60561b.tar.xz
nixlib-1fd55e5e905d21e3278fd8c49a015a3f3e60561b.tar.zst
nixlib-1fd55e5e905d21e3278fd8c49a015a3f3e60561b.zip
home-assistant: add nanoleaf dependency
Diffstat (limited to 'pkgs/servers/home-assistant')
-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 79b0dfc52aee..8c0ba2a49242 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; [  ];