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;
|
||||
};
|
||||
|
||||
mobile_app = { };
|
||||
# sia = { };
|
||||
};
|
||||
|
||||
extraComponents = [
|
||||
|
@ -63,11 +66,16 @@ in
|
|||
"hive"
|
||||
"met"
|
||||
"mobile_app"
|
||||
"sia"
|
||||
# "sia"
|
||||
"weather"
|
||||
"webostv"
|
||||
];
|
||||
|
||||
extraPackages =
|
||||
python3Packages: with python3Packages; [
|
||||
setuptools
|
||||
];
|
||||
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue