From 78b8e8097e9b861082da1d80170fdc30bc7797ba Mon Sep 17 00:00:00 2001 From: Trevor Schirmer Date: Mon, 4 Nov 2024 15:11:02 -0500 Subject: [PATCH] Lower Brightness Of Test LED --- 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 3ba6dbf..8b8771c 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -1,6 +1,6 @@ substitutions: name: apollo-h-1 - version: "24.11.2.1" + version: "24.11.4.1" device_description: ${name} made by Apollo Automation - version ${version}. esp32: @@ -396,6 +396,7 @@ script: - lambda: "id(runTest) = false;" - light.turn_on: id: rgb_light + brightness: 50% red: 0% green: 100% blue: 0%