Skip to content

Commit

Permalink
Added elite esphome yaml #87
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Nov 13, 2024
1 parent bc0b085 commit 356c668
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions esphome/lilygo-eth-elite.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
esphome:
name: lilygo-eth-elite
friendly_name: lilygo-eth-elite

esp32:
board: esp32s3box
framework:
type: arduino

ethernet:
type: W5500
clk_pin: GPIO48
mosi_pin: GPIO21
miso_pin: GPIO47
cs_pin: GPIO45
interrupt_pin: GPIO14

# Enable logging
logger:
level: DEBUG
baud_rate: 115200
logs:
mqtt.component: DEBUG
mqtt.client: ERROR

# Enable Home Assistant API
api:
encryption:
key: "5IQaxyE4ynJ77XP4Oqz5nSYTEwx64h6d46+wadKuGlo="


0 comments on commit 356c668

Please sign in to comment.