summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/bureautomation/camera/comic.nix
blob: ae24760e356ef564a171ac2f72d6c7d518f736ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  services.home-assistant.config.camera =
  [
    { name = "Poorly Drawn Lines";
      platform = "generic";
      still_image_url = http://127.0.0.1:8123/local/lines.png ;
    }
    { name = "XKCD";
      platform = "generic";
      still_image_url = http://127.0.0.1:8123/local/xkcd.png ;
    }
  ];
}