mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-24 14:48:29 +02:00
8 lines
116 B
YAML
8 lines
116 B
YAML
display:
|
|
- platform: tm1637
|
|
clk_pin: 5
|
|
dio_pin: 4
|
|
intensity: 3
|
|
lambda: |-
|
|
it.print("1234");
|