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:
@@ -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": {
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user