create prod env
CI / build (push) Successful in 22s
CI / lint (push) Failing after 10s
CI / create-and-publish-docker-image (push) Has been skipped

This commit is contained in:
2025-12-19 15:51:11 +01:00
parent 5576d2442e
commit 709880d2b1
2 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ const token = import.meta.env.VITE_HA_TOKEN;
async function fetchTentHumidity() {
if (!token) {
console.error("HA token not found");
return;
}