diff options
author | makefu <github@syntax-fehler.de> | 2020-10-23 21:22:32 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-10-23 21:22:40 +0200 |
commit | 0ea3894a845e2e5dc59b9352402a9810e3e9b813 (patch) | |
tree | 345e8bce72c3ab700bec15dd7a4f4f080ee80ade /makefu/2configs/ham/default.nix | |
parent | e8b6cc0587929a7ebd0d00f83d298640b20b055f (diff) |
ma ham: use upstream androidtv
Diffstat (limited to 'makefu/2configs/ham/default.nix')
-rw-r--r-- | makefu/2configs/ham/default.nix | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/makefu/2configs/ham/default.nix b/makefu/2configs/ham/default.nix index 8311a1a76..3a6d1952f 100644 --- a/makefu/2configs/ham/default.nix +++ b/makefu/2configs/ham/default.nix @@ -34,14 +34,13 @@ in { installCheckPhase = ":"; })).override { extraPackages = ps: with ps; [ - python-forecastio jsonrpc-async jsonrpc-websocket mpd2 pkgs.picotts - (callPackage ./androidtv {}) + python-forecastio jsonrpc-async jsonrpc-websocket mpd2 pkgs.picotts androidtv ]; }; config = { influxdb = { database = "ham"; - host = "localhost:8086"; + host = "localhost"; tags = { instance = "omo"; source = "hass"; @@ -74,7 +73,9 @@ in { service_name = "google_say"; } ]; - + api = {}; + esphome = {}; + camera = []; telegram_bot = [ # secrets file: { # "platform": "broadcast", |