Skip to content

Commit

Permalink
chore: use home-assistant from unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Jan 9, 2025
1 parent 1781632 commit 7342d29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions host/common/services/home-assistant.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
services.home-assistant = {
enable = true;
openFirewall = true;
package = pkgs.home-assistant;
package = pkgs.unstable.home-assistant;
extraComponents = [
"apple_tv"
"brother"
Expand All @@ -25,7 +25,7 @@
"webostv"
];
customComponents = [
pkgs.home-assistant-custom-components.solis-sensor
pkgs.unstable.home-assistant-custom-components.solis-sensor
];
config = {
default_config = { };
Expand Down

0 comments on commit 7342d29

Please sign in to comment.