feat(homeassistant.nix): add new integrations and packages

This commit is contained in:
Giulio De Pasquale 2024-12-10 21:37:02 +00:00
parent c50e278db7
commit e910399750

View File

@ -24,6 +24,7 @@ in
enable = true;
uri = "tcp://127.0.0.1:${toString piperPort}";
voice = "en-us-ryan-medium";
lengthScale = 0.63;
};
};
};
@ -1101,6 +1102,8 @@ in
"mqtt_json"
"mqtt_room"
"mqtt_statestream"
"github"
"webostv"
];
extraPackages = python3Packages: with python3Packages; [
pkgs.openai-whisper