mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
chore: damn you philips ac2889, you want the ☁️ but i forbid it
This commit is contained in:
parent
35e8092484
commit
88b02ed0f3
3 changed files with 1 additions and 13 deletions
|
@ -84,10 +84,6 @@ in
|
||||||
cidrv6 = "fd30::/64";
|
cidrv6 = "fd30::/64";
|
||||||
hosts.ward.id = 1;
|
hosts.ward.id = 1;
|
||||||
hosts.sausebiene.id = 5;
|
hosts.sausebiene.id = 5;
|
||||||
hosts.philips-ac2889 = {
|
|
||||||
id = 21;
|
|
||||||
mac = globals.macs.scanner-ads-4300n;
|
|
||||||
};
|
|
||||||
hosts.bambulab-p1s = {
|
hosts.bambulab-p1s = {
|
||||||
id = 22;
|
id = 22;
|
||||||
mac = globals.macs.bambulab-p1s;
|
mac = globals.macs.bambulab-p1s;
|
||||||
|
|
|
@ -48,19 +48,11 @@ in
|
||||||
"webostv" # LG WebOS TV
|
"webostv" # LG WebOS TV
|
||||||
"whisper"
|
"whisper"
|
||||||
"wyoming"
|
"wyoming"
|
||||||
|
"zha"
|
||||||
];
|
];
|
||||||
|
|
||||||
customComponents = with pkgs.home-assistant-custom-components; [
|
customComponents = with pkgs.home-assistant-custom-components; [
|
||||||
(pkgs.home-assistant.python.pkgs.callPackage ./hass-components/ha-bambulab.nix { })
|
(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
|
dwd
|
||||||
waste_collection_schedule
|
waste_collection_schedule
|
||||||
];
|
];
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue