mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
Update config.yaml template
This commit is contained in:
parent
46505290bf
commit
e77a1d14d3
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,6 +12,7 @@ include/user_config_override.h
|
|||||||
src/user_config_override.h
|
src/user_config_override.h
|
||||||
user_config_override.h
|
user_config_override.h
|
||||||
platformio_override.ini
|
platformio_override.ini
|
||||||
|
test/config.yaml
|
||||||
user_setups/active/*
|
user_setups/active/*
|
||||||
build_output/*
|
build_output/*
|
||||||
build_output/firmware/*.bin
|
build_output/firmware/*.bin
|
||||||
|
@ -8,4 +8,4 @@ variables:
|
|||||||
username: hasp
|
username: hasp
|
||||||
password: hasp
|
password: hasp
|
||||||
port: 1883
|
port: 1883
|
||||||
plate: plate35
|
plate: plate01
|
||||||
|
12
test/config_template.yaml
Normal file
12
test/config_template.yaml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# Copy and rename this file to config.yaml
|
||||||
|
# Enter the connection details for the mqtt test server
|
||||||
|
---
|
||||||
|
name: Common test information
|
||||||
|
description: Connection information for MQTT Client
|
||||||
|
|
||||||
|
variables:
|
||||||
|
host:
|
||||||
|
port: 1883
|
||||||
|
username:
|
||||||
|
password:
|
||||||
|
plate:
|
Loading…
x
Reference in New Issue
Block a user