nixos/home-assistant: update package option description
Overriding can now happen using module options, which is preferred because it is more discoverable and doesn't require knowledge of overrides in the first place.
This commit is contained in:
parent
1090fcb7c9
commit
0dd8ef5ef7
1 changed files with 0 additions and 4 deletions
|
@ -349,10 +349,6 @@ in {
|
|||
'';
|
||||
description = ''
|
||||
The Home Assistant package to use.
|
||||
Override <literal>extraPackages</literal> or <literal>extraComponents</literal> in order to add additional dependencies.
|
||||
If you specify <option>config</option> and do not set <option>autoExtraComponents</option>
|
||||
to <literal>false</literal>, overriding <literal>extraComponents</literal> will have no effect.
|
||||
Avoid <literal>home-assistant.overridePythonAttrs</literal> if you use <literal>autoExtraComponents</literal>.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue