diff options
author | makefu <github@syntax-fehler.de> | 2020-04-21 21:35:59 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-04-21 21:35:59 +0200 |
commit | 8fb99675fb4e813accee6c3258160f6cb7059cb8 (patch) | |
tree | 5226dc235da5b08a7a3bfd8d874b3bbd0137097a /makefu/2configs/ham/default.nix | |
parent | 91d94ddbb7ce6e211e79122da3e7f7a1193d582c (diff) |
ma ham/the_playlist: init
Diffstat (limited to 'makefu/2configs/ham/default.nix')
-rw-r--r-- | makefu/2configs/ham/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makefu/2configs/ham/default.nix b/makefu/2configs/ham/default.nix index 6b2867c2d..ddcf65b5a 100644 --- a/makefu/2configs/ham/default.nix +++ b/makefu/2configs/ham/default.nix @@ -50,6 +50,8 @@ in { logger = { default = "info"; }; + rest_command = {} + // the_playlist.rest_command; tts = [ { platform = "google_translate"; language = "de"; @@ -142,6 +144,7 @@ in { ++ (import ./automation/firetv_restart.nix) ++ kurzzeitwecker.automation #++ flurlicht.automation + ++ the_playlist.automation ++ zigbee.automation; script = { } |