Skip to content

Commit

Permalink
m5stack board tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
yoziru committed Jul 23, 2024
1 parent fa8b8be commit 4b127d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 2 additions & 4 deletions boards/m5stack-atoms3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ light:
output: status_output
name: "Status Led"
entity_category: diagnostic
internal: True

#G35=RGB WS2812C-2020
- platform: esp32_rmt_led_strip
Expand All @@ -49,6 +48,7 @@ light:
chipset: ws2812
id: led
name: "Led"
entity_category: diagnostic

#G41=Button
binary_sensor:
Expand All @@ -63,6 +63,4 @@ binary_sensor:
pullup: true
filters:
- delayed_off: 10ms
on_press:
then:
- logger.log: Button Pressed

3 changes: 0 additions & 3 deletions boards/m5stack-nanoc6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,3 @@ binary_sensor:
pullup: true
filters:
- delayed_off: 10ms
on_press:
then:
- logger.log: Button Pressed

0 comments on commit 4b127d6

Please sign in to comment.