Skip to content

Commit 992055f

Browse files
committed
Fix CI pipeline
1 parent 80f49f9 commit 992055f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

example-instance-with-different-sensors.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ packages:
1717
relay6_name: "Office Relay"
1818
relay7_name: "Guest Room Relay"
1919
relay8_name: "Hallway Relay"
20+
syslog_server: "1.1.1.1"
2021

2122
ref: main # optional
2223
refresh: 1d # optional

example-instance.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ packages:
99
wifi_password: "supersecretpassword"
1010
wifi_ap_password: "deadbeefdead"
1111
ota_password: "deadbeefdeadbeefdeadbeefdeadbeef"
12+
syslog_server: "1.1.1.1"
1213
ref: main # optional
1314
refresh: 1d # optional

main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ substitutions:
1919
wifi_ssid: "your_wifi_ssid_here"
2020
wifi_password: "your_wifi_password_here"
2121
wifi_ap_password: "your_wifi_ap_password_here"
22-
syslog_server: "ip address of your syslog server here or empty if you don't want logging"
22+
syslog_server: "your_syslog_server_ip_here"
2323
syslog_port: "514" # default syslog port is 514, but you can change it if your server uses a different port
2424

2525
# You might want to override this:

0 commit comments

Comments
 (0)