Update Home Assistant configuration

This commit is contained in:
Oliver Davies 2025-05-04 01:06:50 +01:00
parent 58c3d276b0
commit 739e0a2685

View file

@ -55,6 +55,9 @@ in
];
use_x_forwarded_for = true;
};
mobile_app = { };
# sia = { };
};
extraComponents = [
@ -63,11 +66,16 @@ in
"hive"
"met"
"mobile_app"
"sia"
# "sia"
"weather"
"webostv"
];
extraPackages =
python3Packages: with python3Packages; [
setuptools
];
openFirewall = true;
};