1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

Merge branch 'mdns_value_flash' into integration

This commit is contained in:
J. Nick Koston
2025-10-07 22:34:00 -10:00
15 changed files with 842 additions and 10 deletions

View File

@@ -0,0 +1,15 @@
spi:
clk_pin: GPIO7
mosi_pin: GPIO9
display:
- platform: epaper_spi
model: 7.3in-spectra-e6
cs_pin: GPIO5
dc_pin: GPIO17
reset_pin: GPIO16
busy_pin: GPIO4
rotation: 0
update_interval: 60s
lambda: |-
it.circle(64, 64, 50, Color::BLACK);