mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-12 06:44:04 +02:00
use uv, fix devcontainer, and drop support for HA ≤2023.6 (#1151)
* Update .devcontainer * Drop support for ≤2023.6 * Add .vscode/settings.json * Use async_process_ha_core_config * Fix for HA ≤2023.10 * pop normalized_name * Add comments * use . instead of source * set pytest args * set country * use py3.13 for dev branch of core * set country in test_adaptive_lighting_time_zones_with_default_settings * Add comment
This commit is contained in:
parent
60d07ecd02
commit
f8719994a6
8 changed files with 72 additions and 46 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "basnijholt/adaptive_lighting",
|
||||
"image": "mcr.microsoft.com/vscode/devcontainers/python:3.13",
|
||||
"postCreateCommand": "scripts/setup-devcontainer",
|
||||
"image": "mcr.microsoft.com/devcontainers/python:1-3.13",
|
||||
"postCreateCommand": "./scripts/setup-devcontainer && . .venv/bin/activate",
|
||||
"forwardPorts": [
|
||||
8123
|
||||
],
|
||||
|
|
@ -36,7 +36,5 @@
|
|||
}
|
||||
},
|
||||
"remoteUser": "vscode",
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/rust:1": {}
|
||||
}
|
||||
"features": {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue