Add radios package to ha

This commit is contained in:
Torjus Håkestad 2024-05-01 20:39:25 +02:00
parent 1e4abbb916
commit 4dfbdb7fdd

View File

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