diff options
author | makefu <github@syntax-fehler.de> | 2019-11-07 09:47:29 +0100 |
---|---|---|
committer | Jeschli <jeschli@gmail.com> | 2019-11-14 15:36:11 +0100 |
commit | 78a4aee51bc8e7b65bdf9a5f4cc0f01f466a045c (patch) | |
tree | 1808c356190557d6c86b7dc55eab917c6dfb641a /krebs/2configs | |
parent | a53e57ca86e97608308cae8d0c7a63df9c850c19 (diff) |
shack/glados: remove version, google -> google_translate
Diffstat (limited to 'krebs/2configs')
-rw-r--r-- | krebs/2configs/shack/glados/default.nix | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/krebs/2configs/shack/glados/default.nix b/krebs/2configs/shack/glados/default.nix index a94e28375..d000af397 100644 --- a/krebs/2configs/shack/glados/default.nix +++ b/krebs/2configs/shack/glados/default.nix @@ -39,8 +39,6 @@ in { })).override { extraPackages = ps: with ps; [ python-forecastio jsonrpc-async jsonrpc-websocket mpd2 - (callPackage ./deps/gtts-token.nix { }) - (callPackage ./deps/pyhaversion.nix { }) ]; }; autoExtraComponents = true; @@ -99,8 +97,7 @@ in { ]; sensor = - [{ platform = "version"; }] - ++ (import ./sensors/hass.nix) + (import ./sensors/hass.nix) ++ (import ./sensors/power.nix) ++ shackopen.sensor; @@ -109,8 +106,8 @@ in { camera = []; frontend = { }; + config = { }; http = { - # TODO: https://github.com/home-assistant/home-assistant/issues/16149 base_url = "http://hass.shack"; use_x_forwarded_for = true; trusted_proxies = "127.0.0.1"; @@ -119,7 +116,7 @@ in { #history = {}; #logbook = {}; tts = [ - { platform = "google"; + { platform = "google_translate"; language = "de"; } #{ platform = "picotts"; |