Skip to content

Commit

Permalink
update stickcplusTest
Browse files Browse the repository at this point in the history
  • Loading branch information
landonr committed Sep 13, 2023
1 parent fa72712 commit 99d6e4b
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions m5stickcplusTest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ packages:
url: https://github.com/landonr/homeThing
ref: main
files: [
# common/fonts.yaml, # default font
# common/icon_fonts.yaml, # material icons
common/fonts.yaml, # default font
common/icon_fonts.yaml, # material icons
common/m5stack-stickc/axp192-marty.yaml, # power management and screen backlight
# common/m5stack-stickc/binary_sensor.yaml, # buttons
# common/m5stack-stickc/MiniEncoderC.yaml, # rotary encoder and built in led
Expand All @@ -88,13 +88,20 @@ packages:
# fonts: !include ../homeThing/common/fonts.yaml
# icon_fonts: !include ../homeThing/common/icon_fonts.yaml
# images: !include ../homeThing/common/images.yaml
axp192: !include ../homeThing/common/m5stack-stickc/axp192-marty.yaml # power management and screen backlight
# axp192: !include ../homeThing/common/m5stack-stickc/axp192-marty.yaml # power management and screen backlight
# binary_sensor: !include ../homeThing/common/m5stack-stickc/binary_sensor.yaml # buttons
# mini_encoder_c: !include ../homeThing/common/m5stack-stickc/MiniEncoderC.yaml # rotary encoder and built in led

substitutions:
friendly_name: "homeThingM5StickPlus"

binary_sensor:
- platform: gpio
pin:
number: GPIO37
inverted: true
name: Button A

spi:
clk_pin: GPIO13
mosi_pin: GPIO15
Expand Down

0 comments on commit 99d6e4b

Please sign in to comment.