Update Home Assistant configuration
This commit is contained in:
parent
58c3d276b0
commit
739e0a2685
1 changed files with 9 additions and 1 deletions
|
@ -55,6 +55,9 @@ in
|
||||||
];
|
];
|
||||||
use_x_forwarded_for = true;
|
use_x_forwarded_for = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mobile_app = { };
|
||||||
|
# sia = { };
|
||||||
};
|
};
|
||||||
|
|
||||||
extraComponents = [
|
extraComponents = [
|
||||||
|
@ -63,11 +66,16 @@ in
|
||||||
"hive"
|
"hive"
|
||||||
"met"
|
"met"
|
||||||
"mobile_app"
|
"mobile_app"
|
||||||
"sia"
|
# "sia"
|
||||||
"weather"
|
"weather"
|
||||||
"webostv"
|
"webostv"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
extraPackages =
|
||||||
|
python3Packages: with python3Packages; [
|
||||||
|
setuptools
|
||||||
|
];
|
||||||
|
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue