Compare commits
2 Commits
92f1cb95b4
...
4926ac0c78
Author | SHA1 | Date |
---|---|---|
|
4926ac0c78 | |
|
ded67dfae8 |
|
@ -24,6 +24,23 @@ esp32:
|
|||
CONFIG_USE_MINIMAL_MDNS: y
|
||||
CONFIG_ESPTOOLPY_FLASHSIZE_4MB: y
|
||||
|
||||
logger:
|
||||
|
||||
api:
|
||||
|
||||
ota:
|
||||
platform: esphome
|
||||
|
||||
dashboard_import:
|
||||
package_import_url: https://git.enerwize.fr/Enerwize/3ch-led-driver/esphome/3ch-led-1.2-esphome.yaml
|
||||
import_full_config: false # or true
|
||||
|
||||
wifi:
|
||||
ap:
|
||||
password: "12345678"
|
||||
|
||||
captive_portal:
|
||||
|
||||
web_server:
|
||||
port: 80
|
||||
|
||||
|
@ -47,4 +64,5 @@ light:
|
|||
name: "Channel 2"
|
||||
- platform: monochromatic
|
||||
output: ledch3
|
||||
name: "Channel 3"
|
||||
name: "Channel 3"
|
||||
|
||||
|
|
Loading…
Reference in New Issue