summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/home/ham/media/firetv.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/home/ham/media/firetv.nix')
-rw-r--r--makefu/2configs/home/ham/media/firetv.nix27
1 files changed, 0 insertions, 27 deletions
diff --git a/makefu/2configs/home/ham/media/firetv.nix b/makefu/2configs/home/ham/media/firetv.nix
deleted file mode 100644
index e2ac1ef7..00000000
--- a/makefu/2configs/home/ham/media/firetv.nix
+++ /dev/null
@@ -1,27 +0,0 @@
-let
- firetv_stick = "192.168.111.24";
-in {
- services.home-assistant.config = {
- notify = [
- #{
- #platform = "nfandroidtv";
- #name = "FireTV Wohnzimmer Notification";
- #host = firetv_stick;
- #}
- ];
- media_player = [
- #{
- # platform = "kodi";
- # name = "FireTV Stick kodi";
- # host = firetv_stick;
- #}
- # Configuration needs to be done by hand via web interface "integration"
- #{ platform = "androidtv";
- # name = "FireTV Stick Android";
- # device_class = "firetv";
- # host = firetv_stick;
- # port = 5555;
- #}
- ];
- };
- }