14 lines
306 B
Nix
14 lines
306 B
Nix
{
|
|
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 ;
|
|
}
|
|
];
|
|
}
|