From d1c32394f9940379644de32452d6d5c78040b751 Mon Sep 17 00:00:00 2001 From: Brandon Harvey <8107750+bharvey88@users.noreply.github.com> Date: Tue, 3 Jun 2025 07:55:14 -0500 Subject: [PATCH] update to using web_server version 3 for a much nicer GUI for the web_server component web_server: version: 3 changes to use the new much prettier web_server version 3 --- Integrations/ESPHome/Core.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Integrations/ESPHome/Core.yaml b/Integrations/ESPHome/Core.yaml index 2c1d81e..d785da7 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -12,6 +12,7 @@ captive_portal: web_server: port: 80 + version: 3 globals: - id: button_press_timestamp @@ -797,4 +798,4 @@ script: green: 0% blue: 0% - light.turn_off: - id: rgb_light \ No newline at end of file + id: rgb_light