Skip to content

Commit

Permalink
Merge pull request #6 from ApolloAutomation/MakeTestLedDim
Browse files Browse the repository at this point in the history
Lower Brightness Of Test LED
  • Loading branch information
TrevorSchirmer authored Nov 4, 2024
2 parents cfe2c4c + 78b8e80 commit 384d66c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -396,6 +396,7 @@ script:
- lambda: "id(runTest) = false;"
- light.turn_on:
id: rgb_light
brightness: 50%
red: 0%
green: 100%
blue: 0%
Expand Down

0 comments on commit 384d66c

Please sign in to comment.