{ pkgs, ... }: { services.home-assistant = { enable = true; configWritable = true; config = null; extraPackages = python3Packages: with pkgs.python3Packages; [ radios ]; customComponents = with pkgs.home-assistant-custom-components; [ ]; }; }