1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

Add 'enable_at_startup' feature to power_supply (#5826)

This commit is contained in:
Clyde Stubbs
2023-11-27 08:36:52 +11:00
committed by GitHub
parent 2e6d01ddff
commit 0a7d3c367b
4 changed files with 25 additions and 24 deletions

View File

@@ -44,12 +44,13 @@ network:
e131:
power_supply:
id: atx_power_supply
enable_time: 20ms
keep_on_time: 10s
pin:
number: 13
inverted: true
- id: atx_power_supply
enable_time: 20ms
keep_on_time: 10s
enable_on_boot: true
pin:
number: 13
inverted: true
i2c:
sda: 21