about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-06-26 01:14:42 +0200
committermakefu <github@syntax-fehler.de>2018-06-26 18:35:40 +0200
commit5db01c52434e55ea95b477a204ee29cb4fb8c53a (patch)
treee3fdd5da24c10efe40e807c6590080495e006293 /pkgs
parentecac42bd87eb6882dec84ec97ae890c61008689e (diff)
downloadnixlib-5db01c52434e55ea95b477a204ee29cb4fb8c53a.tar
nixlib-5db01c52434e55ea95b477a204ee29cb4fb8c53a.tar.gz
nixlib-5db01c52434e55ea95b477a204ee29cb4fb8c53a.tar.bz2
nixlib-5db01c52434e55ea95b477a204ee29cb4fb8c53a.tar.lz
nixlib-5db01c52434e55ea95b477a204ee29cb4fb8c53a.tar.xz
nixlib-5db01c52434e55ea95b477a204ee29cb4fb8c53a.tar.zst
nixlib-5db01c52434e55ea95b477a204ee29cb4fb8c53a.zip
home-assistant: regenerate component-packages
adds python-forecastio to weather.darksky
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index 7bf7d6237488..331aa2c68014 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -794,7 +794,7 @@
     "sensor.cups" = ps: with ps; [ pycups ];
     "sensor.currencylayer" = ps: with ps; [  ];
     "sensor.daikin" = ps: with ps; [  ];
-    "sensor.darksky" = ps: with ps; [  ];
+    "sensor.darksky" = ps: with ps; [ python-forecastio ];
     "sensor.deconz" = ps: with ps; [  ];
     "sensor.deluge" = ps: with ps; [ deluge-client ];
     "sensor.demo" = ps: with ps; [  ];
@@ -1183,7 +1183,7 @@
     "weather" = ps: with ps; [  ];
     "weather.bom" = ps: with ps; [  ];
     "weather.buienradar" = ps: with ps; [  ];
-    "weather.darksky" = ps: with ps; [  ];
+    "weather.darksky" = ps: with ps; [ python-forecastio ];
     "weather.demo" = ps: with ps; [  ];
     "weather.ecobee" = ps: with ps; [  ];
     "weather.ipma" = ps: with ps; [  ];