feat(homeassistant.nix): add new integrations and packages
This commit is contained in:
parent
c50e278db7
commit
e910399750
@ -24,6 +24,7 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
uri = "tcp://127.0.0.1:${toString piperPort}";
|
uri = "tcp://127.0.0.1:${toString piperPort}";
|
||||||
voice = "en-us-ryan-medium";
|
voice = "en-us-ryan-medium";
|
||||||
|
lengthScale = 0.63;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -1101,6 +1102,8 @@ in
|
|||||||
"mqtt_json"
|
"mqtt_json"
|
||||||
"mqtt_room"
|
"mqtt_room"
|
||||||
"mqtt_statestream"
|
"mqtt_statestream"
|
||||||
|
"github"
|
||||||
|
"webostv"
|
||||||
];
|
];
|
||||||
extraPackages = python3Packages: with python3Packages; [
|
extraPackages = python3Packages: with python3Packages; [
|
||||||
pkgs.openai-whisper
|
pkgs.openai-whisper
|
||||||
|
Loading…
Reference in New Issue
Block a user