Apply suggestion from @edenhaus

This commit is contained in:
Robert Resch
2026-06-22 17:53:56 +00:00
parent f2aabe7907
commit bf76f5c28e
+3 -1
View File
@@ -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'",