aboutsummaryrefslogtreecommitdiff
path: root/pkgs/servers/home-assistant/component-packages.nix
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2018-04-27 19:01:56 +0800
committerPeter Hoeg <peter@hoeg.com>2018-11-12 21:49:08 +0800
commite1298bc9f02dcb485263b385aaecbd7cd85261eb (patch)
treeda7c9dbd69de49eff32a4143351e49a04d944ca0 /pkgs/servers/home-assistant/component-packages.nix
parent4bdd7496ba65adc5557645f38f0586cbe950b498 (diff)
home-assistant: use WazeRouteCalculator
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 35790edf9d3..76e639438ff 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -1112,7 +1112,7 @@
"sensor.vultr" = ps: with ps; [ vultr ];
"sensor.waqi" = ps: with ps; [ ];
"sensor.waterfurnace" = ps: with ps; [ ];
- "sensor.waze_travel_time" = ps: with ps; [ ];
+ "sensor.waze_travel_time" = ps: with ps; [ WazeRouteCalculator ];
"sensor.whois" = ps: with ps; [ ];
"sensor.wink" = ps: with ps; [ ];
"sensor.wirelesstag" = ps: with ps; [ ];