+25
-10
nixos/tests/home-assistant.nix
+25
-10
nixos/tests/home-assistant.nix
···-url = "https://github.com/home-assistant/core/raw/2025.1.4/homeassistant/components/automation/blueprints/motion_light.yaml";-"${pkgs.home-assistant.src}/homeassistant/components/template/blueprints/inverted_binary_sensor.yaml"+# Add blueprints next, because we want to test the installation of the default blueprints first+url = "https://github.com/home-assistant/core/raw/2025.1.4/homeassistant/components/automation/blueprints/motion_light.yaml";+"${pkgs.home-assistant.src}/homeassistant/components/template/blueprints/inverted_binary_sensor.yaml"# Cause a configuration change inside `configuration.yml` and verify that the process is being reloaded.···+hass.succeed("stat -c '%a' ${configDir}/blueprints/automation/homeassistant/motion_light.yaml | grep 600")
+3
pkgs/servers/home-assistant/default.nix
+3
pkgs/servers/home-assistant/default.nix
···
+35
pkgs/servers/home-assistant/patches/default-blueprint-permissions.patch
+35
pkgs/servers/home-assistant/patches/default-blueprint-permissions.patch
···+diff --git a/homeassistant/components/blueprint/models.py b/homeassistant/components/blueprint/models.py