summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/home/ham/media/firetv.nix
blob: e2ac1ef76be2e3909cf703984811dfe72a27c46b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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;
        #}
      ];
    };
  }