From bf76f5c28ea6f6b7681e982cc0008eef6b10a960 Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Mon, 22 Jun 2026 19:53:18 +0200 Subject: [PATCH] Apply suggestion from @edenhaus --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9333e08826bf..4cae5b6b1571 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,9 @@ hass = "homeassistant.__main__:main" [tool.uv] # Constrain the universal `uv pip compile` resolution (used for the .lock files) -# to the platforms Home Assistant actually targets: Linux and macOS. +# to the platforms Home Assistant actually targets: +# - Linux +# - macOS (just dev env) environments = [ "sys_platform == 'linux'", "sys_platform == 'darwin'",