about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-12-06 04:11:36 +0100
committerGitHub <noreply@github.com>2023-12-06 04:11:36 +0100
commit17c08296e3dc92ed6030d2599b01b6aca1d492c7 (patch)
tree2e80c07efd134c60d747c66b75b936b8cd27b500 /nixos
parentb908dc8654f4f4da9cad594bae49e3a03107c945 (diff)
parent01616e5331d2790127aa2e61c126fff9467889f2 (diff)
downloadnixlib-17c08296e3dc92ed6030d2599b01b6aca1d492c7.tar
nixlib-17c08296e3dc92ed6030d2599b01b6aca1d492c7.tar.gz
nixlib-17c08296e3dc92ed6030d2599b01b6aca1d492c7.tar.bz2
nixlib-17c08296e3dc92ed6030d2599b01b6aca1d492c7.tar.lz
nixlib-17c08296e3dc92ed6030d2599b01b6aca1d492c7.tar.xz
nixlib-17c08296e3dc92ed6030d2599b01b6aca1d492c7.tar.zst
nixlib-17c08296e3dc92ed6030d2599b01b6aca1d492c7.zip
Merge pull request #269940 from mweinelt/home-assistant-errata
Home Assistant Custom Component Errata
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/home-assistant.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/home-assistant.nix b/nixos/tests/home-assistant.nix
index e1588088ba19..9200723f35e7 100644
--- a/nixos/tests/home-assistant.nix
+++ b/nixos/tests/home-assistant.nix
@@ -43,7 +43,7 @@ in {
 
       # test loading custom components
       customComponents = with pkgs.home-assistant-custom-components; [
-        prometheus-sensor
+        prometheus_sensor
       ];
 
       # test loading lovelace modules