Compare commits

..

2 Commits

Author SHA1 Message Date
Julien E 4926ac0c78
Set config to dashboard_import 2024-11-20 11:31:17 +01:00
Julien E ded67dfae8
Correct esphome package file 2024-11-20 11:21:51 +01:00
1 changed files with 19 additions and 1 deletions

View File

@ -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
@ -48,3 +65,4 @@ light:
- platform: monochromatic
output: ledch3
name: "Channel 3"