Skip to content

Commit

Permalink
chore: update ha
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicegginton committed Jan 27, 2025
1 parent a7f0c11 commit 554e764
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions modules/nixos/home-assistant.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,34 @@ in
};
extraComponents = [
"default_config"
"auth"
"api"
"date"
"datetime"
"analytics"
"mobile_app"
"shopping_list"
"hue"
"history"
"sun"
"androidtv"
"androidtv_remote"
"google"
"google_assistant"
"google_assistant_sdk"
"google_cloud"
"google_generative_ai_conversation"
"google_mail"
"google_maps"
"google_photos"
"google_pubsub"
"google_sheets"
"google_tasks"
"google_translate"
"google_travel_timei"
"met"
"tailscale"
"unifi"
];
};
};
Expand Down
2 changes: 1 addition & 1 deletion modules/nixos/homepage-dashboard.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ with lib;
];
}
];
services = [];
services = [ ];
widgets = [
{
datetime = {
Expand Down

0 comments on commit 554e764

Please sign in to comment.