1
0
mirror of https://github.com/natekspencer/hacs-oasis_mini.git synced 2025-11-15 16:43:52 -05:00

Set minimum HA version to 2024.4.0

This commit is contained in:
Nathan Spencer
2024-07-11 11:41:37 -06:00
parent e35ae0d4fa
commit 4eb86c5541
3 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
"name": "Home Assistant integration development",
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",
"postCreateCommand": "sudo apt-get update && sudo apt-get install libturbojpeg0",
"postAttachCommand": ".devcontainer/setup",
"postAttachCommand": "scripts/setup",
"forwardPorts": [8123],
"customizations": {
"vscode": {

View File

@@ -1,6 +1,6 @@
{
"name": "Oasis Mini",
"homeassistant": "2024.7.0",
"homeassistant": "2024.4.0",
"render_readme": true,
"zip_release": true,
"filename": "oasis_mini.zip"