Skip to content

Commit

Permalink
home-assistant: update component-packages
Browse files Browse the repository at this point in the history
adds gtts-token to google_translate component
  • Loading branch information
makefu authored and FRidh committed Jun 23, 2019
1 parent 536abf3 commit aa54135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/servers/home-assistant/component-packages.nix
Expand Up @@ -259,7 +259,7 @@
"google_domains" = ps: with ps; [ ];
"google_maps" = ps: with ps; [ ];
"google_pubsub" = ps: with ps; [ google_cloud_pubsub ];
"google_translate" = ps: with ps; [ ];
"google_translate" = ps: with ps; [ gtts-token ];
"google_travel_time" = ps: with ps; [ ];
"google_wifi" = ps: with ps; [ ];
"googlehome" = ps: with ps; [ ];
Expand Down

0 comments on commit aa54135

Please sign in to comment.