feat(homeassistant.nix): add go2rtc service and new integrations
This commit is contained in:
parent
2758be3937
commit
07e7e53663
@ -9,6 +9,11 @@ let
|
|||||||
whisperPort = 10300;
|
whisperPort = 10300;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
services.go2rtc = {
|
||||||
|
enable = true;
|
||||||
|
settings.api.listen = "127.0.0.1:1984";
|
||||||
|
};
|
||||||
|
|
||||||
services.wyoming = {
|
services.wyoming = {
|
||||||
faster-whisper = {
|
faster-whisper = {
|
||||||
servers."home" = {
|
servers."home" = {
|
||||||
@ -1105,6 +1110,8 @@ in
|
|||||||
"mqtt_statestream"
|
"mqtt_statestream"
|
||||||
"github"
|
"github"
|
||||||
"webostv"
|
"webostv"
|
||||||
|
"reolink"
|
||||||
|
"onvif"
|
||||||
];
|
];
|
||||||
extraPackages = python3Packages: with python3Packages; [
|
extraPackages = python3Packages: with python3Packages; [
|
||||||
pkgs.openai-whisper
|
pkgs.openai-whisper
|
||||||
|
Loading…
Reference in New Issue
Block a user