Skip to content

Commit

Permalink
Fix LED Count
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorSchirmer committed Aug 7, 2024
1 parent 41c49ff commit 152f779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
substitutions:
name: apollo-temp-1
version: "24.8.6.5"
version: "24.8.6.6"
device_description: ${name} made by Apollo Automation - version ${version}.

esp32:
Expand Down Expand Up @@ -247,7 +247,7 @@ light:
rmt_channel: 0
default_transition_length: 0s
chipset: WS2812
num_leds: 3
num_leds: 1
rgb_order: grb
effects:
- pulse:
Expand Down

0 comments on commit 152f779

Please sign in to comment.