about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-11-11 00:08:25 +0100
committerGitHub <noreply@github.com>2023-11-11 00:08:25 +0100
commit35362217029be9ac33b5a2186929c0adaee42bb6 (patch)
treec3862b0b88771db476178fecc7c77bf1d3c13f11 /nixos/doc
parentb526e494ccd18f85ed5a0ab89291b66d1ae3b11a (diff)
parent6d05ad6a6ba5e9c4399c13c7fb18c423f74030c2 (diff)
downloadnixlib-35362217029be9ac33b5a2186929c0adaee42bb6.tar
nixlib-35362217029be9ac33b5a2186929c0adaee42bb6.tar.gz
nixlib-35362217029be9ac33b5a2186929c0adaee42bb6.tar.bz2
nixlib-35362217029be9ac33b5a2186929c0adaee42bb6.tar.lz
nixlib-35362217029be9ac33b5a2186929c0adaee42bb6.tar.xz
nixlib-35362217029be9ac33b5a2186929c0adaee42bb6.tar.zst
nixlib-35362217029be9ac33b5a2186929c0adaee42bb6.zip
Merge pull request #160346 from mweinelt/hass-custom-everything
home-assistant: custom components and lovelace modules
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index f6359e5c341d..a3dff6f90412 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -513,6 +513,8 @@ The module update takes care of the new config syntax and the data itself (user
 
 - `services.bitcoind` now properly respects the `enable` option.
 
+- The Home Assistant module now offers support for installing custom components and lovelace modules. Available at [`services.home-assistant.customComponents`](#opt-services.home-assistant.customComponents) and [`services.home-assistant.customLovelaceModules`](#opt-services.home-assistant.customLovelaceModules).
+
 ## Nixpkgs internals {#sec-release-23.11-nixpkgs-internals}
 
 - The use of `sourceRoot = "source";`, `sourceRoot = "source/subdir";`, and similar lines in package derivations using the default `unpackPhase` is deprecated as it requires `unpackPhase` to always produce a directory named "source". Use `sourceRoot = src.name`, `sourceRoot = "${src.name}/subdir";`, or `setSourceRoot = "sourceRoot=$(echo */subdir)";` or similar instead.