From cfae8a23dcb3e84dea67257cabc24676f7e75602 Mon Sep 17 00:00:00 2001 From: Raymond Bourges Date: Wed, 18 Feb 2026 18:18:38 +0100 Subject: [PATCH] MAJ : esphome --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 8434f43..31204f4 100644 --- a/compose.yml +++ b/compose.yml @@ -2,7 +2,7 @@ version: '3' services: esphome: container_name: esphome - image: ghcr.io/esphome/esphome:2025.5.1 + image: ghcr.io/esphome/esphome:2026.1.4 volumes: - "${PWD}/config:/config" - /etc/localtime:/etc/localtime:ro