added package to home assistant

This commit is contained in:
Leyla Becker 2025-03-09 21:48:27 -05:00
parent 06adc798da
commit c4c84503f5

View file

@ -60,6 +60,7 @@ in {
}; };
extraPackages = python3Packages: extraPackages = python3Packages:
with python3Packages; [ with python3Packages; [
hassil
numpy numpy
gtts gtts
]; ];