Compare commits

..
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
services:
esphome:
image: ghcr.io/esphome/esphome:2026.8.0
image: ghcr.io/esphome/esphome:2026.9.0
ports:
- "6052"
networks:
+1 -1
View File
@@ -2,7 +2,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.113.1"
version = "0.81.0"
}
}
}