1
0
mirror of https://github.com/natekspencer/hacs-oasis_mini.git synced 2025-11-16 09:03:50 -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", "name": "Home Assistant integration development",
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye", "image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",
"postCreateCommand": "sudo apt-get update && sudo apt-get install libturbojpeg0", "postCreateCommand": "sudo apt-get update && sudo apt-get install libturbojpeg0",
"postAttachCommand": ".devcontainer/setup", "postAttachCommand": "scripts/setup",
"forwardPorts": [8123], "forwardPorts": [8123],
"customizations": { "customizations": {
"vscode": { "vscode": {

View File

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