mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-18 20:23:27 +02:00
Add 'enable_at_startup' feature to power_supply (#5826)
This commit is contained in:
+7
-6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user