Set config to dashboard_import
This commit is contained in:
parent
ded67dfae8
commit
4926ac0c78
|
@ -31,6 +31,16 @@ api:
|
||||||
ota:
|
ota:
|
||||||
platform: esphome
|
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
|
||||||
|
|
||||||
|
@ -54,4 +64,5 @@ light:
|
||||||
name: "Channel 2"
|
name: "Channel 2"
|
||||||
- platform: monochromatic
|
- platform: monochromatic
|
||||||
output: ledch3
|
output: ledch3
|
||||||
name: "Channel 3"
|
name: "Channel 3"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue