home-assistant: update component-packages

wip/little-gl
Fabian Affolter 3 years ago
parent 42036b5158
commit 655b7e57f5
  1. 2
      pkgs/servers/home-assistant/component-packages.nix

@ -316,7 +316,7 @@
"google_assistant" = ps: with ps; [ aiohttp-cors ];
"google_cloud" = ps: with ps; [ google-cloud-texttospeech ];
"google_domains" = ps: with ps; [ ];
"google_maps" = ps: with ps; [ ]; # missing inputs: locationsharinglib
"google_maps" = ps: with ps; [ locationsharinglib ];
"google_pubsub" = ps: with ps; [ google-cloud-pubsub ];
"google_translate" = ps: with ps; [ gtts ];
"google_travel_time" = ps: with ps; [ googlemaps ];

Loading…
Cancel
Save