about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-11-10 16:06:06 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-11-10 22:00:38 +0100
commit6d05ad6a6ba5e9c4399c13c7fb18c423f74030c2 (patch)
treead68eed1d5c64c3771b8693b51b4661f049a06b8 /nixos/doc
parentc85cecedf1716044bb67bf1b7b4d36b47a3cc75a (diff)
downloadnixlib-6d05ad6a6ba5e9c4399c13c7fb18c423f74030c2.tar
nixlib-6d05ad6a6ba5e9c4399c13c7fb18c423f74030c2.tar.gz
nixlib-6d05ad6a6ba5e9c4399c13c7fb18c423f74030c2.tar.bz2
nixlib-6d05ad6a6ba5e9c4399c13c7fb18c423f74030c2.tar.lz
nixlib-6d05ad6a6ba5e9c4399c13c7fb18c423f74030c2.tar.xz
nixlib-6d05ad6a6ba5e9c4399c13c7fb18c423f74030c2.tar.zst
nixlib-6d05ad6a6ba5e9c4399c13c7fb18c423f74030c2.zip
nixos/rl-2311: mention new home-assistant module features
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 2b45bbac8766..8ebf51451b36 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.