Add radios package to ha

This commit is contained in:
Torjus Håkestad 2024-05-01 20:35:38 +02:00
parent 956d4dcdff
commit 1e4abbb916

View File

@ -4,5 +4,10 @@
enable = true; enable = true;
configWritable = true; configWritable = true;
config = null; config = null;
extraPackages = with pkgs.python3Packages; [
radios
];
customComponents = with pkgs.home-assistant-custom-components; [
];
}; };
} }