diff --git a/globals.nix b/globals.nix index b3329e4..fe8896f 100644 --- a/globals.nix +++ b/globals.nix @@ -84,10 +84,6 @@ in cidrv6 = "fd30::/64"; hosts.ward.id = 1; hosts.sausebiene.id = 5; - hosts.philips-ac2889 = { - id = 21; - mac = globals.macs.scanner-ads-4300n; - }; hosts.bambulab-p1s = { id = 22; mac = globals.macs.bambulab-p1s; diff --git a/hosts/sausebiene/home-assistant.nix b/hosts/sausebiene/home-assistant.nix index 72e8b42..a79e2fa 100644 --- a/hosts/sausebiene/home-assistant.nix +++ b/hosts/sausebiene/home-assistant.nix @@ -48,19 +48,11 @@ in "webostv" # LG WebOS TV "whisper" "wyoming" + "zha" ]; customComponents = with pkgs.home-assistant-custom-components; [ (pkgs.home-assistant.python.pkgs.callPackage ./hass-components/ha-bambulab.nix { }) - (philips_airpurifier_coap.overrideAttrs (_: rec { - version = "0.34.0"; - src = pkgs.fetchFromGitHub { - owner = "kongo09"; - repo = "philips-airpurifier-coap"; - rev = "v${version}"; - hash = "sha256-jQXQdcgW8IDmjaHjmeyXHcNTXYmknNDw7Flegy6wj2A="; - }; - })) dwd waste_collection_schedule ]; diff --git a/secrets/global.nix.age b/secrets/global.nix.age index a2c404b..1575b28 100644 Binary files a/secrets/global.nix.age and b/secrets/global.nix.age differ