Compare commits
No commits in common. "4926ac0c787efedbb971bb021cc46b1e283b607b" and "92f1cb95b4a5328bfe7caedd6d5a2d46a3eae9dc" have entirely different histories.
4926ac0c78
...
92f1cb95b4
|
@ -24,23 +24,6 @@ esp32:
|
||||||
CONFIG_USE_MINIMAL_MDNS: y
|
CONFIG_USE_MINIMAL_MDNS: y
|
||||||
CONFIG_ESPTOOLPY_FLASHSIZE_4MB: 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:
|
web_server:
|
||||||
port: 80
|
port: 80
|
||||||
|
|
||||||
|
@ -65,4 +48,3 @@ light:
|
||||||
- platform: monochromatic
|
- platform: monochromatic
|
||||||
output: ledch3
|
output: ledch3
|
||||||
name: "Channel 3"
|
name: "Channel 3"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue